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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 梯?葬??? | 1001001011110010001111111001000110010010001111110011111100111111 | 92f23f91923f3f3f |
EUC-JP | 梯?葬??? | 1100010011110100001111111100000111110010001111110011111100111111 | c4f43fc1f23f3f3f |
UTF-8 | 梯렒葬흙렣렕 | 111001101010001010101111111010111010000010010010111010001001000110101100111011011001110110011001111010111010000010100011111010111010000010010101 | e6a2afeba092e891aced9d99eba0a3eba095 |
UHC | 梯렒葬흙렣렕 | 111100001010110010001110101001111110110111110111110010001110101110001110101101001000111010101010 | f0ac8ea7edf7c8eb8eb48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)