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 | 10001101110110100011111110010100111010010100000001101000 | 8dda3f94e94068 |
EUC-JP | 載?秘@h | 10111010110111000011111111001000111010110100000001101000 | badc3fc8eb4068 |
UTF-8 | 載얗秘@h | 1110100010111100100010011110110010010110100101111110011110100111100110000100000001101000 | e8bc89ec9697e7a7984068 |
UHC | 載얗秘@h | 1110111010110000101111101110100111011101111110100100000001101000 | eeb0bee9ddfa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)