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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ?日???V | 00111111100100111111101000111111001111110011111101010110 | 3f93fa3f3f3f56 |
EUC-JP | ?日???V | 00111111110001101111110000111111001111110011111101010110 | 3fc6fc3f3f3f56 |
UTF-8 | 룫日◈룫집V | 11101011101000111010101111100110100101111010010111100010100101111000100011101011101000111010101111101100101001111001000101010110 | eba3abe697a5e29788eba3abeca79156 |
UHC | 룫日◈룫집V | 1000111110100010111011001110110110100010110000101000111110100010110000011111110101010110 | 8fa2eceda2c28fa2c1fd56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)