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 | ????hk | 001111110011111100111111001111110110100001101011 | 3f3f3f3f686b |
SJIS-WIN | 蛛イ辷セhk | 1110010110000001101100101110011110001000101111100110100001101011 | e581b2e788be686b |
EUC-JP | 蛛イ辷セhk | 11101001111000011000111010110010111011011110100010001110101111100110100001101011 | e9e18eb2ede88ebe686b |
UTF-8 | 蛛イ辷セhk | 1110100010011011100110111110111110111101101100101110100010111110101101111110111110111101101111100110100001101011 | e89b9befbdb2e8beb7efbdbe686b |
UHC | 蛛???hk | 11110001110010000011111100111111001111110110100001101011 | f1c83f3f3f686b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)