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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕逸繍菴 | 1110010011110110100010001110110110001111010010101110010010111101 | e4f688ed8f4ae4bd |
EUC-JP | 蔕逸繍菴 | 1110100011111000101100001110111110111101101010111110100010111111 | e8f8b0efbdabe8bf |
UTF-8 | 蔕逸繍菴 | 111010001001010010010101111010011000000010111000111001111011100110001101111010001000111110110100 | e89495e980b8e7b98de88fb4 |
UHC | ?逸?菴 | 001111111110110011101111001111111110010011100000 | 3fecef3fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)