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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 日???B | 100100111111101000111111001111110011111101000010 | 93fa3f3f3f42 |
EUC-JP | 日???B | 110001101111110000111111001111110011111101000010 | c6fc3f3f3f42 |
UTF-8 | 日쟀렕렓B | 11100110100101111010010111101100100111111000000011101011101000001001010111101011101000001001001101000010 | e697a5ec9f80eba095eba09342 |
UHC | 日쟀렕렓B | 111011001110110111000000111011101000111010101010100011101010100001000010 | ecedc0ee8eaa8ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)