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 | ÉÊBå | 11001001110010100100001011100101 | c9ca42e5 |
SJIS-WIN | ??B? | 00111111001111110100001000111111 | 3f3f423f |
EUC-JP | ÉÊBå | 10001111101010101011000110001111101010101011010001000010100011111010101110101001 | 8faab18faab4428faba9 |
UTF-8 | ÉÊBå | 11000011100010011100001110001010010000101100001110100101 | c389c38a42c3a5 |
UHC | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)