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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | ホ。hホ | 1100111011110001111000101010000111110000101000100110100011001110 | cef1e2a1f0a268ce |
EUC-JP | ホ?。?hホ | 100011101100111000111111100011101010000100111111011010001000111011001110 | 8ece3f8ea13f688ece |
UTF-8 | ホ。hホ | 11101111101111101000111011101110100001011001110111101111101111011010000111101110100000011010000101101000111011111011111010001110 | efbe8eee859defbda1ee81a168efbe8e |
UHC | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)