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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?日??? | 001111111001001111111010001111110011111100111111 | 3f93fa3f3f3f |
EUC-JP | ?日??薏 | 0011111111000110111111000011111100111111100011111101100111011110 | 3fc6fc3f3f8fd9de |
UTF-8 | 룫日◈룫薏 | 111010111010001110101011111001101001011110100101111000101001011110001000111010111010001110101011111010001001011010001111 | eba3abe697a5e29788eba3abe8968f |
UHC | 룫日◈룫薏 | 10001111101000101110110011101101101000101100001010001111101000101110101111111011 | 8fa2eceda2c28fa2ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)