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 | 斟?箸?跌 | 1001110111001110001111111001010010100010001111111110011011101001 | 9dce3f94a23fe6e9 |
EUC-JP | 斟?箸?跌 | 1101101011010000001111111100100010100100001111111110110011101011 | dad03fc8a43feceb |
UTF-8 | 斟렣箸렑跌 | 111001101001011010011111111010111010000010100011111001111010111010111000111010111010000010010001111010001011011110001100 | e6969feba0a3e7aeb8eba091e8b78c |
UHC | 斟렣箸렑跌 | 11110010111110001000111010110100111011101100011010001110101001101111001011110110 | f2f88eb4eec68ea6f2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)