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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜ウ髫刺 | 11101000101101101011001111101001100110101000111001101000 | e8b6b3e99a8e68 |
EUC-JP | 雜ウ髫刺 | 1111000010111000100011101011001111110001111110101011101111001001 | f0b88eb3f1fabbc9 |
UTF-8 | 雜ウ髫刺 | 111010011001101110011100111011111011110110110011111010011010101110101011111001011000100010111010 | e99b9cefbdb3e9ababe588ba |
UHC | 雜??刺 | 111011011101101000111111001111111110110110101001 | edda3f3feda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)