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 | 鵝?×淫 | 11101010010000000011111110000001011111101000100011111010 | ea403f817e88fa |
EUC-JP | 鵝?×淫 | 11110011101000010011111110100001110111111011000011111100 | f3a13fa1dfb0fc |
UTF-8 | 鵝숈×淫 | 1110100110110101100111011110110010001000100010001100001110010111111001101011011110101011 | e9b59dec8888c397e6b7ab |
UHC | 鵝숈×淫 | 1110010010111101100110011110110010100001101111111110101111100010 | e4bd99eca1bfebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)