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 | 犖爛犖爛^ | 111000001011011011100000101000111110000010110110111000001010001101011110 | e0b6e0a3e0b6e0a35e |
EUC-JP | 犖爛犖爛^ | 111000001011100011100000101001011110000010111000111000001010010101011110 | e0b8e0a5e0b8e0a55e |
UTF-8 | 犖爛犖爛^ | 11100111100010101001011011100111100010001001101111100111100010101001011011100111100010001001101101011110 | e78a96e7889be78a96e7889b5e |
UHC | ?爛?爛^ | 00111111110101011011010000111111110101011011010001011110 | 3fd5b43fd5b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)