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 | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-WIN | 嶸ア巐弥亟S | 11111010101101001011000111111010101101101001011011101101100110001011001001010011 | fab4b1fab696ed98b253 |
EUC-JP | 嶸ア巐弥亟S | 10001111101110111111010010001110101100011000111110111011111110011100110011101111110100001011010001010011 | 8fbbf48eb18fbbf9ccefd0b453 |
UTF-8 | 嶸ア巐弥亟S | 11100101101101101011100011101111101111011011000111100101101101111001000011100101101111001010010111100100101110101001111101010011 | e5b6b8efbdb1e5b790e5bca5e4ba9f53 |
UHC | 嶸????S | 11100111101011100011111100111111001111110011111101010011 | e7ae3f3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)