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 | 001111111001001111111010001111111000000101100110100000011110011001000010 | 3f93fa3f816681e642 |
EUC-JP | ?日?’∵B | 001111111100011011111100001111111010000111000111101000101110100001000010 | 3fc6fc3fa1c7a2e842 |
UTF-8 | 룫日◈’∵B | 11101011101000111010101111100110100101111010010111100010100101111000100011100010100000001001100111100010100010001011010101000010 | eba3abe697a5e29788e28099e288b542 |
UHC | 룫日◈’∵B | 1000111110100010111011001110110110100010110000101010000110101111101000011111000101000010 | 8fa2eceda2c2a1afa1f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)