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 | 蜆イ閠簿復 | 111001011000010010110010111010001000000010010101111010111001010110011100 | e584b2e88095eb959c |
EUC-JP | 蜆イ閠簿復 | 11101001111001001000111010110010111011111110000011001010111011011100100111111100 | e9e48eb2efe0caedc9fc |
UTF-8 | 蜆イ閠簿復 | 111010001001110010000110111011111011110110110010111010011001011010100000111001111011000010111111111001011011111010101001 | e89c86efbdb2e996a0e7b0bfe5bea9 |
UHC | ???簿復 | 00111111001111110011111111011101101011011101110011010110 | 3f3f3fddaddcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)