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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 隆靄隆靄B | 100101111011001011101000110010011001011110110010111010001100100101000010 | 97b2e8c997b2e8c942 |
EUC-JP | 隆靄隆靄B | 110011101011010011110000110010111100111010110100111100001100101101000010 | ceb4f0cbceb4f0cb42 |
UTF-8 | 隆靄隆靄B | 11101001100110101000011011101001100111011000010011101001100110101000011011101001100111011000010001000010 | e99a86e99d84e99a86e99d8442 |
UHC | 隆靄隆靄B | 110101111100110011100100111101111101011111001100111001001111011101000010 | d7cce4f7d7cce4f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)