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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轣晨摎蠎③ | 11100111100000011001110111101101100111011001011111100101101110101000011101000010 | e7819ded9d97e5ba8742 |
EUC-JP | 轣晨摎蠎? | 111011011110000111011010111011111101100111110111111010101011110000111111 | ede1daefd9f7eabc3f |
UTF-8 | 轣晨摎蠎③ | 111010001011110110100011111001101001100110101000111001101001000110001110111010001010000010001110111000101001000110100010 | e8bda3e699a8e6918ee8a08ee291a2 |
UHC | ?晨??③ | 00111111111000111110011100111111001111111010100011101001 | 3fe3e73f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)