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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟ア霆皆 | 11100101101001001011000111101000101110111000101001000110 | e5a4b1e8bb8a46 |
EUC-JP | 螟ア霆皆 | 1110101010100110100011101011000111110000101111011011001110100111 | eaa68eb1f0bdb3a7 |
UTF-8 | 螟ア霆皆 | 111010001001111010011111111011111011110110110001111010011001110010000110111001111001101010000110 | e89e9fefbdb1e99c86e79a86 |
UHC | 螟?霆皆 | 11011001101011010011111111101111111111011100101111001011 | d9ad3feffdcbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)