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 | 00111111001111110011111101111110001111110011111101000010 | 3f3f3f7e3f3f42 |
SJIS-WIN | ?日?~??B | 0011111110010011111110100011111101111110001111110011111101000010 | 3f93fa3f7e3f3f42 |
EUC-JP | ?日?~??B | 0011111111000110111111000011111101111110001111110011111101000010 | 3fc6fc3f7e3f3f42 |
UTF-8 | 룫日◈~룫집B | 1110101110100011101010111110011010010111101001011110001010010111100010000111111011101011101000111010101111101100101001111001000101000010 | eba3abe697a5e297887eeba3abeca79142 |
UHC | 룫日◈~룫집B | 100011111010001011101100111011011010001011000010011111101000111110100010110000011111110101000010 | 8fa2eceda2c27e8fa2c1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)