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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ?∨E?∨EB | 001111111000000111001001010001010011111110000001110010010100010101000010 | 3f81c9453f81c94542 |
EUC-JP | ?∨E?∨EB | 001111111010001011001011010001010011111110100010110010110100010101000010 | 3fa2cb453fa2cb4542 |
UTF-8 | 룶∨E룶∨EB | 111010111010001110110110111000101000100010101000010001011110101110100011101101101110001010001000101010000100010101000010 | eba3b6e288a845eba3b6e288a84542 |
UHC | 룶∨E룶∨EB | 1000111110101011101000011111110101000101100011111010101110100001111111010100010101000010 | 8faba1fd458faba1fd4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)