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 | 10010010010001111001001001010011100100011010111110010010010010101001000110011111 | 9247925391af924a919f |
SJIS-WIN | ?G?S???J?? | 00111111010001110011111101010011001111110011111100111111010010100011111100111111 | 3f473f533f3f3f4a3f3f |
EUC-JP | ?G?S?¯?J?? | 001111110100011100111111010100110011111110001111101000101011010000111111010010100011111100111111 | 3f473f533f8fa2b43f4a3f3f |
UTF-8 | GS¯J | 1100001010010010010001111100001010010010010100111100001010010001110000101010111111000010100100100100101011000010100100011100001010011111 | c29247c29253c291c2afc2924ac291c29f |
UHC | ?G?S???J?? | 00111111010001110011111101010011001111110011111100111111010010100011111100111111 | 3f473f533f3f3f4a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)