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 | 磅邁洫 | 111000011111101011100111101100001001111110100111 | e1fae7b09fa7 |
EUC-JP | 磅邁洫 | 111000101111110011101110101100101101111010101001 | e2fceeb2dea9 |
UTF-8 | 磅邁洫 | 111001111010001110000101111010011000001010000001111001101011010010101011 | e7a385e98281e6b4ab |
UHC | 磅邁? | 1101101110110110110110001110010000111111 | dbb6d8e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)