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邑? | 10010111010101110011111101101000100101110101011100111111 | 97573f6897573f |
EUC-JP | 邑?h邑? | 11001101101110000011111101101000110011011011100000111111 | cdb83f68cdb83f |
UTF-8 | 邑딯h邑딯 | 11101001100000101001000111101011100101001010111101101000111010011000001010010001111010111001010010101111 | e98291eb94af68e98291eb94af |
UHC | 邑딯h邑딯 | 111010111110100110001011010011000110100011101011111010011000101101001100 | ebe98b4c68ebe98b4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)