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 | 襠醍カ壼羡 | 111001011111101110010001111001111011011010011010111001011111101110010001 | e5fb91e7b69ae5fb91 |
EUC-JP | 襠醍カ壼羡 | 1110101011111101110000101110100110001110101101101101010011100111100011111101010110101110 | eafdc2e98eb6d4e78fd5ae |
UTF-8 | 襠醍カ壼羡 | 111010001010010110100000111010011000011010001101111011111011110110110110111001011010001110111100111001111011111010100001 | e8a5a0e9868defbdb6e5a3bce7bea1 |
UHC | ?醍??? | 001111111111000010110101001111110011111100111111 | 3ff0b53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)