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 | 跣カ迺ス釵 | 1110011011101111101101101110011110010010101111011110011111011110 | e6efb6e792bde7de |
EUC-JP | 跣カ迺ス釵 | 11101100111100011000111010110110111011011111001010001110101111011110111011100000 | ecf18eb6edf28ebdeee0 |
UTF-8 | 跣カ迺ス釵 | 111010001011011110100011111011111011110110110110111010001011111110111010111011111011110110111101111010011000011110110101 | e8b7a3efbdb6e8bfbaefbdbde987b5 |
UHC | 跣???釵 | 11100000110100110011111100111111001111111111001111111011 | e0d33f3f3ff3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)