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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 荳h荳 | 1110010010111000011010001110010010111000 | e4b868e4b8 |
EUC-JP | 荳h荳 | 1110100010111010011010001110100010111010 | e8ba68e8ba |
UTF-8 | 荳h荳 | 11101000100011011011001101101000111010001000110110110011 | e88db368e88db3 |
UHC | 荳h荳 | 1101010011100101011010001101010011100101 | d4e568d4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)