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 | 鈐室質鈐 | 11111011110000101000111010111010111100101011101110001110101111111111101111000010 | fbc28ebaf2bb8ebffbc2 |
EUC-JP | 鈐室?質鈐 | 1000111111100011110000011011110010111100001111111011110011000001100011111110001111000001 | 8fe3c1bcbc3fbcc18fe3c1 |
UTF-8 | 鈐室質鈐 | 111010011000100010010000111001011010111010100100111011101000011110110010111010001011001110101010111010011000100010010000 | e98890e5aea4ee87b2e8b3aae98890 |
UHC | 鈐室?質鈐 | 110011001010001011100011111110000011111111110010111101011100110010100010 | cca2e3f83ff2f5cca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)