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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | シシh | 11110100101001101011110010111100011010001111010010100110 | f4a6bcbc68f4a6 |
EUC-JP | ?シシh? | 00111111100011101011110010001110101111000110100000111111 | 3f8ebc8ebc683f |
UTF-8 | シシh | 11101110100011011001010111101111101111011011110011101111101111011011110001101000111011101000110110010101 | ee8d95efbdbcefbdbc68ee8d95 |
UHC | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)