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 | ??XP^ | 0011111100111111010110000101000001011110 | 3f3f58505e |
SJIS-WIN | ?}XP^ | 001111111000000101110000010110000101000001011110 | 3f817058505e |
EUC-JP | ?}XP^ | 001111111010000111010001010110000101000001011110 | 3fa1d158505e |
UTF-8 | 룵}XP^ | 111010111010001110110101111011111011110110011101010110000101000001011110 | eba3b5efbd9d58505e |
UHC | 룵}XP^ | 10001111101010101010001111111101010110000101000001011110 | 8faaa3fd58505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)