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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犲爰犲爰^ | 111000001011101011100000101001111110000010111010111000001010011101011110 | e0bae0a7e0bae0a75e |
EUC-JP | 犲爰犲爰^ | 111000001011110011100000101010011110000010111100111000001010100101011110 | e0bce0a9e0bce0a95e |
UTF-8 | 犲爰犲爰^ | 11100111100010101011001011100111100010001011000011100111100010101011001011100111100010001011000001011110 | e78ab2e788b0e78ab2e788b05e |
UHC | ?爰?爰^ | 00111111111010101011101000111111111010101011101001011110 | 3feaba3feaba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)