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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 址???躪@h | 100110101010110000111111001111110011111111100111010110000100000001101000 | 9aac3f3f3fe7584068 |
EUC-JP | 址???躪@h | 110101001010111000111111001111110011111111101101101110010100000001101000 | d4ae3f3f3fedb94068 |
UTF-8 | 址렖卽띈躪@h | 1110010110011101100000001110101110100000100101101110010110001101101111011110101110011101100010001110100010111010101010100100000001101000 | e59d80eba096e58dbdeb9d88e8baaa4068 |
UHC | 址렖卽띈躪@h | 111100101010001110001110101010111111000111101101101101101110100011010111111101010100000001101000 | f2a38eabf1edb6e8d7f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)