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 | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 鶻溪k | 1110101001010010100111111110001001101011 | ea529fe26b |
EUC-JP | 鶻溪k | 1111001110110011110111101110010001101011 | f3b3dee46b |
UTF-8 | 鶻溪k | 11101001101101101011101111100110101110101010101001101011 | e9b6bbe6baaa6b |
UHC | ?溪k | 00111111110011011010001001101011 | 3fcda26b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)