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 | 鬮ア逎ッ謫ア | 111010011010101110110001111001111010001110101111111001101001001110110001 | e9abb1e7a3afe693b1 |
EUC-JP | 鬮ア逎ッ謫ア | 111100101010110110001110101100011110111010100101100011101010111111101011111100111000111010110001 | f2ad8eb1eea58eafebf38eb1 |
UTF-8 | 鬮ア逎ッ謫ア | 111010011010110010101110111011111011110110110001111010011000000010001110111011111011110110101111111010001010110010101011111011111011110110110001 | e9acaeefbdb1e9808eefbdafe8acabefbdb1 |
UHC | ????謫? | 00111111001111110011111100111111111011101110001100111111 | 3f3f3f3feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)