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 | ????n | 0011111100111111001111110011111101101110 | 3f3f3f3f6e |
SJIS-WIN | ??奉霓n | 00111111001111111001010111110010111010001011110101101110 | 3f3f95f2e8bd6e |
EUC-JP | ??奉霓n | 00111111001111111100101011110100111100001011111101101110 | 3f3fcaf4f0bf6e |
UTF-8 | 장燎奉霓n | 11101100100111101010010111101111101001111000000011100101101001011000100111101001100111001001001101101110 | ec9ea5efa780e5a589e99c936e |
UHC | 장燎奉霓n | 110000001110010111101000111110111101110011100101111001111110011101101110 | c0e5e8fbdce5e7e76e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)