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 | 雜ウ阨狩 | 11101000101101101011001111101000100101011000111011101011 | e8b6b3e8958eeb |
EUC-JP | 雜ウ阨狩 | 1111000010111000100011101011001111101111111101011011110011101101 | f0b88eb3eff5bced |
UTF-8 | 雜ウ阨狩 | 111010011001101110011100111011111011110110110011111010011001100010101000111001111000101110101001 | e99b9cefbdb3e998a8e78ba9 |
UHC | 雜??狩 | 111011011101101000111111001111111110001010101101 | edda3f3fe2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)