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 | 1001001001000111100100100101001110010001101110011001001001001010 | 9247925391b9924a |
SJIS-WIN | ?G?S???J | 0011111101000111001111110101001100111111001111110011111101001010 | 3f473f533f3f3f4a |
EUC-JP | ?G?S???J | 0011111101000111001111110101001100111111001111110011111101001010 | 3f473f533f3f3f4a |
UTF-8 | GS¹J | 11000010100100100100011111000010100100100101001111000010100100011100001010111001110000101001001001001010 | c29247c29253c291c2b9c2924a |
UHC | ?G?S?¹?J | 001111110100011100111111010100110011111110101001111101100011111101001010 | 3f473f533fa9f63f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)