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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤??昻h? | 111010101010001000111111001111111111101011010000100000101000100000111111 | eaa23f3ffad082883f |
EUC-JP | 瑤???h? | 1111010010100100001111110011111100111111101000111110100000111111 | f4a43f3f3fa3e83f |
UTF-8 | 瑤뜻퀗昻h룶 | 111001111001000110100100111010111001110010111011111011011000000010010111111001101001100010111011111011111011110110001000111010111010001110110110 | e791a4eb9cbbed8097e698bbefbd88eba3b6 |
UHC | 瑤뜻퀗昻h룶 | 111010001111110110110110111001101011001110001100111001001110100110100011111010001000111110101011 | e8fdb6e6b38ce4e9a3e88fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)