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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豁呵当 | 111001101010110110011001111010001001001110010110 | e6ad99e89396 |
EUC-JP | 豁呵当 | 111011001010111111010010111010101100010111110110 | ecafd2eac5f6 |
UTF-8 | 豁呵当 | 111010001011000110000001111001011001000110110101111001011011110110010011 | e8b181e591b5e5bd93 |
UHC | 豁呵? | 1111110011000011110010101010011100111111 | fcc3caa73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)