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 | 00111111111001101010111111111010101101101001011011101101100110001011001001010011 | 3fe6affab696ed98b253 |
EUC-JP | 嶴豈巐弥亟S | 10001111101110111111001111101100101100011000111110111011111110011100110011101111110100001011010001010011 | 8fbbf3ecb18fbbf9ccefd0b453 |
UTF-8 | 嶴豈巐弥亟S | 11100101101101101011010011101000101100011000100011100101101101111001000011100101101111001010010111100100101110101001111101010011 | e5b6b4e8b188e5b790e5bca5e4ba9f53 |
UHC | ?豈???S | 00111111110100011100001000111111001111110011111101010011 | 3fd1c23f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)