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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?煽?煽^ | 00111111100100001111100000111111100100001111100001011110 | 3f90f83f90f85e |
EUC-JP | ?煽?煽^ | 00111111110000001111101000111111110000001111101001011110 | 3fc0fa3fc0fa5e |
UTF-8 | 잏煽잏煽^ | 11101100100111101000111111100111100001011011110111101100100111101000111111100111100001011011110101011110 | ec9e8fe785bdec9e8fe785bd5e |
UHC | 잏煽잏煽^ | 100111111110011111100000110000111001111111100111111000001100001101011110 | 9fe7e0c39fe7e0c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)