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 | 隱碕ケ鷺辷蠎 | 1110100010101010100011011110101010111001100011011110101111100111100010001110010110111010 | e8aa8deab98debe788e5ba |
EUC-JP | 隱碕ケ鷺辷蠎 | 111100001010110010111010111011001000111010111001101110101110110111101101111010001110101010111100 | f0acbaec8eb9baedede8eabc |
UTF-8 | 隱碕ケ鷺辷蠎 | 111010011001101010110001111001111010001010010101111011111011110110111001111010011011011110111010111010001011111010110111111010001010000010001110 | e99ab1e7a295efbdb9e9b7bae8beb7e8a08e |
UHC | 隱??鷺?? | 1110101111011111001111110011111111010110110111000011111100111111 | ebdf3f3fd6dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)