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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪駆「狩「 | 1110010110100001100010111110110010100010100011101110101110100010 | e5a18beca28eeba2 |
EUC-JP | 蝪駆「狩「 | 11101010101000111011011011101110100011101010001010111100111011011000111010100010 | eaa3b6ee8ea2bced8ea2 |
UTF-8 | 蝪駆「狩「 | 111010001001110110101010111010011010011110000110111011111011110110100010111001111000101110101001111011111011110110100010 | e89daae9a786efbda2e78ba9efbda2 |
UHC | ???狩? | 001111110011111100111111111000101010110100111111 | 3f3f3fe2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)