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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 梯?????? | 1001001011110010001111110011111100111111001111110011111100111111 | 92f23f3f3f3f3f3f |
EUC-JP | 梯?????? | 1100010011110100001111110011111100111111001111110011111100111111 | c4f43f3f3f3f3f3f |
UTF-8 | 梯렲亐뀜렰꿴망 | 111001101010001010101111111010111010000010110010111001001011101010010000111010111000000010011100111010111010000010110000111010101011111110110100111010111010011110011101 | e6a2afeba0b2e4ba90eb809ceba0b0eabfb4eba79d |
UHC | 梯렲亐뀜렰꿴망 | 1111000010101100100011101011111111101010101001111011001011110001100011101011110110110010111010011011100011000001 | f0ac8ebfeaa7b2f18ebdb2e9b8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)