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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 螳滄ケソB | 11100101101011101001111111101001101110011011111101000010 | e5ae9fe9b9bf42 |
EUC-JP | 螳滄ケソB | 111010101011000011011110111010111000111010111001100011101011111101000010 | eab0deeb8eb98ebf42 |
UTF-8 | 螳滄ケソB | 11101000100111101011001111100110101110111000010011101111101111011011100111101111101111011011111101000010 | e89eb3e6bb84efbdb9efbdbf42 |
UHC | 螳滄??B | 11010011110110011111001111100111001111110011111101000010 | d3d9f3e73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)