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 | 0011111100111111001111110111111001000010 | 3f3f3f7e42 |
SJIS-WIN | ?日?~B | 001111111001001111111010001111110111111001000010 | 3f93fa3f7e42 |
EUC-JP | ?日?~B | 001111111100011011111100001111110111111001000010 | 3fc6fc3f7e42 |
UTF-8 | 룫日◈~B | 1110101110100011101010111110011010010111101001011110001010010111100010000111111001000010 | eba3abe697a5e297887e42 |
UHC | 룫日◈~B | 1000111110100010111011001110110110100010110000100111111001000010 | 8fa2eceda2c27e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)