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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬩礼惓銜碑ャ | 1110100110101001100101111110011110011100101010011110011111110000100101001110100010101100 | e9a997e79ca9e7f094e8ac |
EUC-JP | 鬩礼惓銜碑ャ | 111100101010101111001110111010011101100010101011111011101111001011001000111010101000111010101100 | f2abcee9d8abeef2c8ea8eac |
UTF-8 | 鬩礼惓銜碑ャ | 111010011010110010101001111001111010010010111100111001101000001110010011111010011000101010011100111001111010001010010001111011111011110110101100 | e9aca9e7a4bce68393e98a9ce7a291efbdac |
UHC | ???銜碑? | 0011111100111111001111111111100111100111110111011111100000111111 | 3f3f3ff9e7ddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)