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åü | 1100100111001010010000101110010111111100 | c9ca42e5fc |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ÉÊBåü | 10001111101010101011000110001111101010101011010001000010100011111010101110101001100011111010101111100100 | 8faab18faab4428faba98fabe4 |
UTF-8 | ÉÊBåü | 110000111000100111000011100010100100001011000011101001011100001110111100 | c389c38a42c3a5c3bc |
UHC | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)