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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??仙 | 00111111001111111001000011100101 | 3f3f90e5 |
EUC-JP | ??仙 | 00111111001111111100000011100111 | 3f3fc0e7 |
UTF-8 | 씬민仙 | 111011001001010010101100111010111010111110111100111001001011101110011001 | ec94acebafbce4bb99 |
UHC | 씬민仙 | 101111101100000010111001110011101110000010111001 | bec0b9cee0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)