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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 析??析?? | 1001000011001101001111110011111110010000110011010011111100111111 | 90cd3f3f90cd3f3f |
EUC-JP | 析??析?? | 1100000011001111001111110011111111000000110011110011111100111111 | c0cf3f3fc0cf3f3f |
UTF-8 | 析롛롉析롛롉 | 111001101001111010010000111010111010000110011011111010111010000110001001111001101001111010010000111010111010000110011011111010111010000110001001 | e69e90eba19beba189e69e90eba19beba189 |
UHC | 析롛롉析롛롉 | 111000001011000010001110110111111000111011001111111000001011000010001110110111111000111011001111 | e0b08edf8ecfe0b08edf8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)