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 | ワレ篏 | 1101110011011010111100101011110011110001110011101110001010111011 | dcdaf2bcf1cee2bb |
EUC-JP | ワレ??篏 | 1000111011011100100011101101101000111111001111111110010010111101 | 8edc8eda3f3fe4bd |
UTF-8 | ワレ篏 | 111011111011111010011100111011111011111010011010111011101000011110110011111011101000010110001001111001111010111110001111 | efbe9cefbe9aee87b3ee8589e7af8f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)