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 | ?_^ | 001111110101111101011110 | 3f5f5e |
SJIS-WIN | 棚_^ | 10010010010010010101111101011110 | 92495f5e |
EUC-JP | 棚_^ | 11000011101010100101111101011110 | c3aa5f5e |
UTF-8 | 棚_^ | 1110011010100011100110100101111101011110 | e6a39a5f5e |
UHC | 棚_^ | 11011101110111000101111101011110 | dddc5f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)