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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 怐瘁鞦U | 10011100100000011110000110000001111010001110000101010101 | 9c81e181e8e155 |
EUC-JP | 怐瘁鞦U | 11010111111000011110000111100001111100001110001101010101 | d7e1e1e1f0e355 |
UTF-8 | 怐瘁鞦U | 11100110100000001001000011100111100110001000000111101001100111101010011001010101 | e68090e79881e99ea655 |
UHC | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)