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 | GDGDB | 100100100100011110010010010001001001001001000111100100100100010001000010 | 924792449247924442 |
SJIS-WIN | ?G?D?G?DB | 001111110100011100111111010001000011111101000111001111110100010001000010 | 3f473f443f473f4442 |
EUC-JP | ?G?D?G?DB | 001111110100011100111111010001000011111101000111001111110100010001000010 | 3f473f443f473f4442 |
UTF-8 | GDGDB | 11000010100100100100011111000010100100100100010011000010100100100100011111000010100100100100010001000010 | c29247c29244c29247c2924442 |
UHC | ?G?D?G?DB | 001111110100011100111111010001000011111101000111001111110100010001000010 | 3f473f443f473f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)