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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?日???B | 00111111100100111111101000111111001111110011111101000010 | 3f93fa3f3f3f42 |
EUC-JP | ?日??薏B | 001111111100011011111100001111110011111110001111110110011101111001000010 | 3fc6fc3f3f8fd9de42 |
UTF-8 | 룫日◈룫薏B | 11101011101000111010101111100110100101111010010111100010100101111000100011101011101000111010101111101000100101101000111101000010 | eba3abe697a5e29788eba3abe8968f42 |
UHC | 룫日◈룫薏B | 1000111110100010111011001110110110100010110000101000111110100010111010111111101101000010 | 8fa2eceda2c28fa2ebfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)