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 | 豁溪名 | 111001101010110110011111111000101001011010111100 | e6ad9fe296bc |
EUC-JP | 豁溪名 | 111011001010111111011110111001001100110010111110 | ecafdee4ccbe |
UTF-8 | 豁溪名 | 111010001011000110000001111001101011101010101010111001011001000010001101 | e8b181e6baaae5908d |
UHC | 豁溪名 | 111111001100001111001101101000101101100110100011 | fcc3cda2d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)