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 | DeGX | 10010010010001000110010110010010010001111001001001011000 | 92446592479258 |
SJIS-WIN | ?De?G?X | 00111111010001000110010100111111010001110011111101011000 | 3f44653f473f58 |
EUC-JP | ?De?G?X | 00111111010001000110010100111111010001110011111101011000 | 3f44653f473f58 |
UTF-8 | DeGX | 11000010100100100100010001100101110000101001001001000111110000101001001001011000 | c2924465c29247c29258 |
UHC | ?De?G?X | 00111111010001000110010100111111010001110011111101011000 | 3f44653f473f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)