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 | 驢鷺胸 | 111010011000011010001101111010111000101110111001 | e9868deb8bb9 |
EUC-JP | 驢鷺胸 | 111100011110011010111010111011011011011010111011 | f1e6baedb6bb |
UTF-8 | 驢鷺胸 | 111010011010100110100010111010011011011110111010111010001000001110111000 | e9a9a2e9b7bae883b8 |
UHC | 驢鷺胸 | 110101011111000011010110110111001111110111011000 | d5f0d6dcfdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)