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 | 脩ワ州 | 111000111111100110000011100011111000111101000010 | e3f9838f8f42 |
EUC-JP | 脩ワ州 | 111001101111101110100101111011111011110110100011 | e6fba5efbda3 |
UTF-8 | 脩ワ州 | 111010001000010010101001111000111000001110101111111001011011011110011110 | e884a9e383afe5b79e |
UHC | 脩ワ州 | 111000101011101110101011111011111111000110110110 | e2bbabeff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)