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 | ???閔 | 0011111100111111001111111110100001111011 | 3f3f3fe87b |
EUC-JP | ???閔 | 0011111100111111001111111110111111011100 | 3f3f3fefdc |
UTF-8 | 얇맺얇閔 | 111011001001011010000111111010111010011110111010111011001001011010000111111010011001011010010100 | ec9687eba7baec9687e99694 |
UHC | 얇맺얇閔 | 1011111011100011101110001100111010111110111000111101101011001010 | bee3b8cebee3daca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)