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 | 雲?美 | 1000100101011111001111111001010011111100 | 895f3f94fc |
EUC-JP | 雲?美 | 1011000111000000001111111100100011111110 | b1c03fc8fe |
UTF-8 | 雲띤美 | 111010011001101110110010111010111001110110100100111001111011111010001110 | e99bb2eb9da4e7be8e |
UHC | 雲띤美 | 111010101010001110110110111011011101101010111000 | eaa3b6eddab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)