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 | Éóìº | 1000111111001001111100111110110010111010 | 8fc9f3ecba |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Éóìº | 00111111100011111010101010110001100011111010101111010001100011111010101111000000100011111010001011101011 | 3f8faab18fabd18fabc08fa2eb |
UTF-8 | Éóìº | 11000010100011111100001110001001110000111011001111000011101011001100001010111010 | c28fc389c3b3c3acc2ba |
UHC | ????º | 001111110011111100111111001111111010100010101100 | 3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)