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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 鵝?×吟 | 11101010010000000011111110000001011111101000101111100001 | ea403f817e8be1 |
EUC-JP | 鵝?×吟 | 11110011101000010011111110100001110111111011011011100011 | f3a13fa1dfb6e3 |
UTF-8 | 鵝숈×吟 | 1110100110110101100111011110110010001000100010001100001110010111111001011001000010011111 | e9b59dec8888c397e5909f |
UHC | 鵝숈×吟 | 1110010010111101100110011110110010100001101111111110101111100001 | e4bd99eca1bfebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)