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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梯?葬?? | 10010010111100100011111110010001100100100011111100111111 | 92f23f91923f3f |
EUC-JP | 梯?葬?? | 11000100111101000011111111000001111100100011111100111111 | c4f43fc1f23f3f |
UTF-8 | 梯렒葬흔렚 | 111001101010001010101111111010111010000010010010111010001001000110101100111011011001110110010100111010111010000010011010 | e6a2afeba092e891aced9d94eba09a |
UHC | 梯렒葬흔렚 | 11110000101011001000111010100111111011011111011111001000111001111000111010101101 | f0ac8ea7edf7c8e78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)