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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜ウ髫刺雜ウ | 11101000101101101011001111101001100110101000111001101000111010001011011010110011 | e8b6b3e99a8e68e8b6b3 |
EUC-JP | 雜ウ髫刺雜ウ | 111100001011100010001110101100111111000111111010101110111100100111110000101110001000111010110011 | f0b88eb3f1fabbc9f0b88eb3 |
UTF-8 | 雜ウ髫刺雜ウ | 111010011001101110011100111011111011110110110011111010011010101110101011111001011000100010111010111010011001101110011100111011111011110110110011 | e99b9cefbdb3e9ababe588bae99b9cefbdb3 |
UHC | 雜??刺雜? | 111011011101101000111111001111111110110110101001111011011101101000111111 | edda3f3feda9edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)