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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
EUC-JP | 洹??G | 100011111100011110111010001111110011111101000111 | 8fc7ba3f3f47 |
UTF-8 | 洹욘뼺G | 11100110101101001011100111101100100110101001100011101011101111001011101001000111 | e6b4b9ec9a98ebbcba47 |
UHC | 洹욘뼺G | 11101010101101111011111111100110100101101011110101000111 | eab7bfe696bd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)