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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茫埼蒐讎 | 1110010010101001100011011110100110001111010011101110011010100110 | e4a98de98f4ee6a6 |
EUC-JP | 茫埼蒐讎 | 1110100010101011101110101110101110111101101011111110110010101000 | e8abbaebbdafeca8 |
UTF-8 | 茫埼蒐讎 | 111010001000110010101011111001011001111110111100111010001001001010010000111010001010111010001110 | e88cabe59fbce89290e8ae8e |
UHC | 茫埼蒐? | 11011000110101001101000011110010111000101011110100111111 | d8d4d0f2e2bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)