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 | 泣??? | 1000101110000011001111110011111100111111 | 8b833f3f3f |
EUC-JP | 泣??? | 1011010111100011001111110011111100111111 | b5e33f3f3f |
UTF-8 | 泣듣끼林 | 111001101011001110100011111010111001001110100011111010111000000110111100111011111010011110110100 | e6b3a3eb93a3eb81bcefa7b4 |
UHC | 泣듣끼林 | 1110101111101000101101011110100010110011101000101110110011110111 | ebe8b5e8b3a2ecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)