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 | 髢ュ蟶壻シッ | 111010011001011010101101111001011011100010011010111001001011110010101111 | e996ade5b89ae4bcaf |
EUC-JP | 髢ュ蟶壻シッ | 111100011111011010001110101011011110101010111010110101001110011010001110101111001000111010101111 | f1f68eadeabad4e68ebc8eaf |
UTF-8 | 髢ュ蟶壻シッ | 111010011010101110100010111011111011110110101101111010001001111110110110111001011010001110111011111011111011110110111100111011111011110110101111 | e9aba2efbdade89fb6e5a3bbefbdbcefbdaf |
UHC | ???壻?? | 00111111001111110011111111011111111010110011111100111111 | 3f3f3fdfeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)