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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???雍? | 001111110011111100111111111010001011010000111111 | 3f3f3fe8b43f |
EUC-JP | 嫄??雍? | 1000111110111010101000010011111100111111111100001011011000111111 | 8fbaa13f3ff0b63f |
UTF-8 | 嫄펼ㄺ雍렑 | 111001011010101110000100111011011000111010111100111000111000010010111010111010011001101110001101111010111010000010010001 | e5ab84ed8ebce384bae99b8deba091 |
UHC | 嫄펼ㄺ雍렑 | 11101010101100011100011011101110101001001010101011101000101111001000111010100110 | eab1c6eea4aae8bc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)