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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 螳♀恒B | 11100101101011101000000110001010100011010101000001000010 | e5ae818a8d5042 |
EUC-JP | 螳♀恒B | 11101010101100001010000111101010101110011011000101000010 | eab0a1eab9b142 |
UTF-8 | 螳♀恒B | 11101000100111101011001111100010100110011000000011100110100000011001001001000010 | e89eb3e29980e6819242 |
UHC | 螳♀恒B | 11010011110110011010000111001111111110011111011001000010 | d3d9a1cff9f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)