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 | ãÉDYãÉ | 1110001111001001100001110100010010000100010110011110001111001001 | e3c987448459e3c9 |
SJIS-WIN | ???D?Y?? | 0011111100111111001111110100010000111111010110010011111100111111 | 3f3f3f443f593f3f |
EUC-JP | ãÉ?D?YãÉ | 10001111101010111010101010001111101010101011000100111111010001000011111101011001100011111010101110101010100011111010101010110001 | 8fabaa8faab13f443f598fabaa8faab1 |
UTF-8 | ãÉDYãÉ | 1100001110100011110000111000100111000010100001110100010011000010100001000101100111000011101000111100001110001001 | c3a3c389c28744c28459c3a3c389 |
UHC | ???D?Y?? | 0011111100111111001111110100010000111111010110010011111100111111 | 3f3f3f443f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)