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 | 10010010010001111001001001011000100100011010100001000101 | 9247925891a845 |
EUC-JP | 竪湛捉E | 11000011101010001100001110111001110000101010101001000101 | c3a8c3b9c2aa45 |
UTF-8 | 竪湛捉E | 11100111101010111010101011100110101110011001101111100110100011011000100101000101 | e7abaae6b99be68d8945 |
UHC | 竪湛捉E | 11100010101101011101001111000000111100111011010101000101 | e2b5d3c0f3b545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)