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 | 觧芽稀 | 111001100101101010001001111010001000101101001000 | e65a89e88b48 |
EUC-JP | 觧芽稀 | 111010111011101110110010111010101011010110101001 | ebbbb2eab5a9 |
UTF-8 | 觧芽稀 | 111010001010011110100111111010001000101010111101111001111010100010000000 | e8a7a7e88abde7a880 |
UHC | ?芽稀 | 0011111111100100101101001111110111111100 | 3fe4b4fdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)