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 | 程?鄭? | 100100101111011000111111100100110100000100111111 | 92f63f93413f |
EUC-JP | 程?鄭? | 110001001111100000111111110001011010001000111111 | c4f83fc5a23f |
UTF-8 | 程렣鄭렩 | 111001111010100010001011111010111010000010100011111010011000010010101101111010111010000010101001 | e7a88beba0a3e984adeba0a9 |
UHC | 程렣鄭렩 | 1110111111101111100011101011010011101111111101111000111010110111 | efef8eb4eff78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)