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 | ??K\ | 00111111001111110100101101011100 | 3f3f4b5c |
SJIS-WIN | 駭?K\ | 1110100101101110001111110100101101011100 | e96e3f4b5c |
EUC-JP | 駭?K\ | 1111000111001111001111110100101101011100 | f1cf3f4b5c |
UTF-8 | 駭₄K\ | 1110100110100111101011011110001010000010100001000100101101011100 | e9a7ade282844b5c |
UHC | 駭₄K\ | 111110101011010010101001111111100100101101011100 | fab4a9fe4b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)