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 | 鄭?新?? | 10010011010000010011111110010000010101100011111100111111 | 93413f90563f3f |
EUC-JP | 鄭?新?? | 11000101101000100011111110111111101101110011111100111111 | c5a23fbfb73f3f |
UTF-8 | 鄭렏新흠렣 | 111010011000010010101101111010111010000010001111111001101001011010110000111011011001110110100000111010111010000010100011 | e984adeba08fe696b0ed9da0eba0a3 |
UHC | 鄭렏新흠렣 | 11101111111101111000111010100101111000111110011011001000111011001000111010110100 | eff78ea5e3e6c8ec8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)