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 | ??@~??@~^ | 001111110011111101000000011111100011111100111111010000000111111001011110 | 3f3f407e3f3f407e5e |
SJIS-WIN | ?}@~?}@~^ | 0011111110000001011100000100000001111110001111111000000101110000010000000111111001011110 | 3f8170407e3f8170407e5e |
EUC-JP | ?}@~?}@~^ | 0011111110100001110100010100000001111110001111111010000111010001010000000111111001011110 | 3fa1d1407e3fa1d1407e5e |
UTF-8 | 룵}@~룵}@~^ | 1110101110100011101101011110111110111101100111010100000001111110111010111010001110110101111011111011110110011101010000000111111001011110 | eba3b5efbd9d407eeba3b5efbd9d407e5e |
UHC | 룵}@~룵}@~^ | 10001111101010101010001111111101010000000111111010001111101010101010001111111101010000000111111001011110 | 8faaa3fd407e8faaa3fd407e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)