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 | 犖珮犖珮^ | 111000001011011011100000111000011110000010110110111000001110000101011110 | e0b6e0e1e0b6e0e15e |
EUC-JP | 犖珮犖珮^ | 111000001011100011100000111000111110000010111000111000001110001101011110 | e0b8e0e3e0b8e0e35e |
UTF-8 | 犖珮犖珮^ | 11100111100010101001011011100111100011111010111011100111100010101001011011100111100011111010111001011110 | e78a96e78faee78a96e78fae5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)