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 | 1110000011011001111000001101100001101011 | e0d9e0d86b |
EUC-JP | 獻獵k | 1110000011011011111000001101101001101011 | e0dbe0da6b |
UTF-8 | 獻獵k | 11100111100011011011101111100111100011011011010101101011 | e78dbbe78db56b |
UHC | 獻獵k | 1111101011001100110101101011010001101011 | faccd6b46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)