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 | 棹輸鞦 | 100111101010100010010111010000011110100011100001 | 9ea89741e8e1 |
EUC-JP | 棹輸鞦 | 110111001010101011001101101000101111000011100011 | dcaacda2f0e3 |
UTF-8 | 棹輸鞦 | 111001101010001110111001111010001011110010111000111010011001111010100110 | e6a3b9e8bcb8e99ea6 |
UHC | 棹輸? | 1101010010100001111000101100001100111111 | d4a1e2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)