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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 鰲??E | 1110100111100000001111110011111101000101 | e9e03f3f45 |
EUC-JP | 鰲??E | 1111001011100010001111110011111101000101 | f2e23f3f45 |
UTF-8 | 鰲억슉E | 11101001101100001011001011101100100101101011010111101100100010101000100101000101 | e9b0b2ec96b5ec8a8945 |
UHC | 鰲억슉E | 11101000101001111011111011101111101111011011010101000101 | e8a7beefbdb545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)