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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 驛??@h | 111010011000001100111111001111110100000001101000 | e9833f3f4068 |
EUC-JP | 驛??@h | 111100011110001100111111001111110100000001101000 | f1e33f3f4068 |
UTF-8 | 驛드ㅁ@h | 1110100110101001100110111110101110010011100111001110001110000101100000010100000001101000 | e9a99beb939ce385814068 |
UHC | 驛드ㅁ@h | 1110011010111110101101011110010110100100101100010100000001101000 | e6beb5e5a4b14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)