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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | 縕?h縕? | 100011111101010011000010001111110110100010001111110101001100001000111111 | 8fd4c23f688fd4c23f |
UTF-8 | 縕췓h縕췓 | 11100111101110001001010111101100101101111001001101101000111001111011100010010101111011001011011110010011 | e7b895ecb79368e7b895ecb793 |
UHC | 縕췓h縕췓 | 111010001011001010101110010011000110100011101000101100101010111001001100 | e8b2ae4c68e8b2ae4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)