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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼尺酌 | 100011101101110010001110110110101000111011011110 | 8edc8eda8ede |
EUC-JP | 灼尺酌 | 101111001101111010111100110111001011110011100000 | bcdebcdcbce0 |
UTF-8 | 灼尺酌 | 111001111000000110111100111001011011000010111010111010011000010110001100 | e781bce5b0bae9858c |
UHC | 灼尺酌 | 111011011100011111110100101010011110110111001100 | edc7f4a9edcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)