To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 吾??珪] | 10001100111000010011111100111111100011000101110101011101 | 8ce13f3f8c5d5d |
EUC-JP | 吾??珪] | 10111000111000110011111100111111101101111011111001011101 | b8e33f3fb7be5d |
UTF-8 | 吾멸퍓珪] | 11100101100100001011111011101011101010011011100011101101100011011001001111100111100011111010101001011101 | e590beeba9b8ed8d93e78faa5d |
UHC | 吾멸퍓珪] | 111001111110111010111000111010101011101110001010110100001010100001011101 | e7eeb8eabb8ad0a85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)