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 | 10010010010001111001000110100100100100011010110101000101 | 924791a491ad45 |
EUC-JP | 竪側俗E | 11000011101010001100001010100110110000101010111101000101 | c3a8c2a6c2af45 |
UTF-8 | 竪側俗E | 11100111101010111010101011100101100000011011010011100100101111111001011101000101 | e7abaae581b4e4bf9745 |
UHC | 竪側俗E | 11100010101101011111011010110000111000011101010001000101 | e2b5f6b0e1d445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)