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 | 豁溏且 | 111001101010110110011111111011011000101010001110 | e6ad9fed8a8e |
EUC-JP | 豁溏且 | 111011001010111111011110111011111011001111101110 | ecafdeefb3ee |
UTF-8 | 豁溏且 | 111010001011000110000001111001101011101010001111111001001011100010010100 | e8b181e6ba8fe4b894 |
UHC | 豁?且 | 1111110011000011001111111111001110100110 | fcc33ff3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)