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 | 1001001001001100100100100100110001101011 | 924c924c6b |
EUC-JP | 鱈鱈k | 1100001110101101110000111010110101101011 | c3adc3ad6b |
UTF-8 | 鱈鱈k | 11101001101100011000100011101001101100011000100001101011 | e9b188e9b1886b |
UHC | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)