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· | 10010010010001111001001001010011100100011010010110010010010001001001000110110111 | 9247925391a5924491b7 |
SJIS-WIN | ?G?S?¥?D?? | 0011111101000111001111110101001100111111100000011000111100111111010001000011111100111111 | 3f473f533f818f3f443f3f |
EUC-JP | ?G?S???D?? | 00111111010001110011111101010011001111110011111100111111010001000011111100111111 | 3f473f533f3f3f443f3f |
UTF-8 | GS¥D· | 1100001010010010010001111100001010010010010100111100001010010001110000101010010111000010100100100100010011000010100100011100001010110111 | c29247c29253c291c2a5c29244c291c2b7 |
UHC | ?G?S???D?· | 0011111101000111001111110101001100111111001111110011111101000100001111111010000110100100 | 3f473f533f3f3f443fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)