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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 語?謠B | 100011001110101000111111111001101000111101000010 | 8cea3fe68f42 |
EUC-JP | 語煐謠B | 1011100011101100100011111100100111111000111010111110111101000010 | b8ec8fc9f8ebef42 |
UTF-8 | 語煐謠B | 11101000101010101001111011100111100001011001000011101000101011001010000001000010 | e8aa9ee78590e8aca042 |
UHC | 語煐謠B | 11100101110111101110011110111100111010011010101001000010 | e5dee7bce9aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)