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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 牆故牆稿E | 111000001010110110001100110011001110000010101101100011010110010101000101 | e0ad8ccce0ad8d6545 |
EUC-JP | 牆故牆稿E | 111000001010111110111000110011101110000010101111101110011100011001000101 | e0afb8cee0afb9c645 |
UTF-8 | 牆故牆稿E | 11100111100010011000011011100110100101011000010111100111100010011000011011100111101010001011111101000101 | e78986e69585e78986e7a8bf45 |
UHC | 牆故牆稿E | 111011011110110111001101101110101110110111101101110011011100001101000101 | ededcdbaededcdc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)