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 | 1110000011011101111000001101110001101011 | e0dde0dc6b |
EUC-JP | 珎玳k | 1110000011011111111000001101111001101011 | e0dfe0de6b |
UTF-8 | 珎玳k | 11100111100011111000111011100111100011101011001101101011 | e78f8ee78eb36b |
UHC | ?玳k | 00111111110100111110010101101011 | 3fd3e56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)