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 | 宍胱カ靈 | 111100001010010110001110101100111110001111110111101101101110100011001011 | f0a58eb3e3f7b6e8cb |
EUC-JP | ?宍胱カ靈 | 001111111011110010110101111001101111100110001110101101101111000011001101 | 3fbcb5e6f98eb6f0cd |
UTF-8 | 宍胱カ靈 | 111011101000000110100100111001011010111010001101111010001000001110110001111011111011110110110110111010011001110110001000 | ee81a4e5ae8de883b1efbdb6e99d88 |
UHC | ??胱?靈 | 00111111001111111100111011001101001111111101011011000100 | 3f3fcecd3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)