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 | ??CQ] | 0011111100111111010000110101000101011101 | 3f3f43515d |
SJIS-WIN | ?}CQ] | 001111111000000101110000010000110101000101011101 | 3f817043515d |
EUC-JP | ?}CQ] | 001111111010000111010001010000110101000101011101 | 3fa1d143515d |
UTF-8 | 룵}CQ] | 111010111010001110110101111011111011110110011101010000110101000101011101 | eba3b5efbd9d43515d |
UHC | 룵}CQ] | 10001111101010101010001111111101010000110101000101011101 | 8faaa3fd43515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)