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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 洩?^ | 10001001011010110011111101011110 | 896b3f5e |
EUC-JP | 洩剡^ | 101100011100110010001111101100111100011101011110 | b1cc8fb3c75e |
UTF-8 | 洩剡^ | 11100110101101001010100111100101100010011010000101011110 | e6b4a9e589a15e |
UHC | 洩剡^ | 1110000011011101111000001110011001011110 | e0dde0e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)