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 | 襭糾更 | 111001100100001010001011100010101000110101011000 | e6428b8a8d58 |
EUC-JP | 襭糾更 | 111010111010001110110101111010101011100110111001 | eba3b5eab9b9 |
UTF-8 | 襭糾更 | 111010001010010110101101111001111011001110111110111001101001101110110100 | e8a5ade7b3bee69bb4 |
UHC | ?糾更 | 0011111111010000101011001100110011011010 | 3fd0acccda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)