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 | ??ª | 001111110011111110101010 | 3f3faa |
SJIS-WIN | 爰叛? | 1110000010100111100101001011111000111111 | e0a794be3f |
EUC-JP | 爰叛ª | 11100000101010011100100011000000100011111010001011101100 | e0a9c8c08fa2ec |
UTF-8 | 爰叛ª | 1110011110001000101100001110010110001111100110111100001010101010 | e788b0e58f9bc2aa |
UHC | 爰叛ª | 111010101011101011011010111001001010100010100011 | eabadae4a8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)