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¥D¶ | 10010010010001111001001001010011100100011010010110010010010001001001000110110110 | 9247925391a5924491b6 |
SJIS-WIN | ?G?S?¥?D?¶ | 001111110100011100111111010100110011111110000001100011110011111101000100001111111000000111110111 | 3f473f533f818f3f443f81f7 |
EUC-JP | ?G?S???D?¶ | 0011111101000111001111110101001100111111001111110011111101000100001111111010001011111001 | 3f473f533f3f3f443fa2f9 |
UTF-8 | GS¥D¶ | 1100001010010010010001111100001010010010010100111100001010010001110000101010010111000010100100100100010011000010100100011100001010110110 | c29247c29253c291c2a5c29244c291c2b6 |
UHC | ?G?S???D?¶ | 0011111101000111001111110101001100111111001111110011111101000100001111111010001011010010 | 3f473f533f3f3f443fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)