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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 綣≦次^ | 11100011010110111000000110000101100011101001111101011110 | e35b81858e9f5e |
EUC-JP | 綣≦次^ | 11100101101111001010000111100101101111001010000101011110 | e5bca1e5bca15e |
UTF-8 | 綣≦次^ | 11100111101101101010001111100010100010011010011011100110101011001010000101011110 | e7b6a3e289a6e6aca15e |
UHC | ??次^ | 0011111100111111111100111010110101011110 | 3f3ff3ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)