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 | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | ?アc?」 | 0011111110110001011000110011111110100011 | 3fb1633fa3 |
EUC-JP | ?アc?」 | 00111111100011101011000101100011001111111000111010100011 | 3f8eb1633f8ea3 |
UTF-8 | 䵸アc䵸」 | 11100100101101011011100011101111101111011011000101100011111001001011010110111000111011111011110110100011 | e4b5b8efbdb163e4b5b8efbda3 |
UHC | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)