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 | 尺蛇酌 | 100011101101101010001110110101101000111011011110 | 8eda8ed68ede |
EUC-JP | 尺蛇酌 | 101111001101110010111100110110001011110011100000 | bcdcbcd8bce0 |
UTF-8 | 尺蛇酌 | 111001011011000010111010111010001001101110000111111010011000010110001100 | e5b0bae89b87e9858c |
UHC | 尺蛇酌 | 111101001010100111011110111011111110110111001100 | f4a9deefedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)