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 | GS¯J | 1001001001000111100100100101001110010001101011111001001001001010 | 9247925391af924a |
SJIS-WIN | ?G?S???J | 0011111101000111001111110101001100111111001111110011111101001010 | 3f473f533f3f3f4a |
EUC-JP | ?G?S?¯?J | 00111111010001110011111101010011001111111000111110100010101101000011111101001010 | 3f473f533f8fa2b43f4a |
UTF-8 | GS¯J | 11000010100100100100011111000010100100100101001111000010100100011100001010101111110000101001001001001010 | c29247c29253c291c2afc2924a |
UHC | ?G?S???J | 0011111101000111001111110101001100111111001111110011111101001010 | 3f473f533f3f3f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)