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癩 | 1110000110011010011010001110000110011010 | e19a68e19a |
EUC-JP | 癩h癩 | 1110000111111010011010001110000111111010 | e1fa68e1fa |
UTF-8 | 癩h癩 | 11100111100110011010100101101000111001111001100110101001 | e799a968e799a9 |
UHC | 癩h癩 | 1101010011111101011010001101010011111101 | d4fd68d4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)