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 | 牾蔕 | 111100101111000011100000101100011110010011110110 | f2f0e0b1e4f6 |
EUC-JP | ?牾蔕 | 0011111111100000101100111110100011111000 | 3fe0b3e8f8 |
UTF-8 | 牾蔕 | 111011101000100010100111111001111000100110111110111010001001010010010101 | ee88a7e789bee89495 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)