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 | 襄乗・碑、 | 1110010111110101100011111110011010100101100101001110100010100100 | e5f58fe6a594e8a4 |
EUC-JP | 襄乗・碑、 | 11101010111101111011111011101000100011101010010111001000111010101000111010100100 | eaf7bee88ea5c8ea8ea4 |
UTF-8 | 襄乗・碑、 | 111010001010010110000100111001001011100110010111111011111011110110100101111001111010001010010001111011111011110110100100 | e8a584e4b997efbda5e7a291efbda4 |
UHC | 襄??碑? | 11100101110100010011111100111111110111011111100000111111 | e5d13f3fddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)