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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 獸?貅サBF | 1110000011010111001111111110011010111010101110110100001001000110 | e0d73fe6babb4246 |
EUC-JP | 獸鸖貅サBF | 1110000011011001100011111110110011010101111011001011110010001110101110110100001001000110 | e0d98fecd5ecbc8ebb4246 |
UTF-8 | 獸鸖貅サBF | 1110011110001101101110001110100110111000100101101110100010110010100001011110111110111101101110110100001001000110 | e78db8e9b896e8b285efbdbb4246 |
UHC | 獸???BF | 11100010101011100011111100111111001111110100001001000110 | e2ae3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)