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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隆靄隆 | 100101111011001011101000110010011001011110110010 | 97b2e8c997b2 |
EUC-JP | 隆靄隆 | 110011101011010011110000110010111100111010110100 | ceb4f0cbceb4 |
UTF-8 | 隆靄隆 | 111010011001101010000110111010011001110110000100111010011001101010000110 | e99a86e99d84e99a86 |
UHC | 隆靄隆 | 110101111100110011100100111101111101011111001100 | d7cce4f7d7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)