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 | 貭篁閘 | 111001101100001011100010101110011110100001111101 | e6c2e2b9e87d |
EUC-JP | 貭篁閘 | 111011001100010011100100101110111110111111011110 | ecc4e4bbefde |
UTF-8 | 貭篁閘 | 111010001011001010101101111001111010111110000001111010011001011010011000 | e8b2ade7af81e99698 |
UHC | ?篁閘 | 0011111111111100110101101100101110100110 | 3ffcd6cba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)