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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 怐瘁鞦怐瘁鞦B | 10011100100000011110000110000001111010001110000110011100100000011110000110000001111010001110000101000010 | 9c81e181e8e19c81e181e8e142 |
EUC-JP | 怐瘁鞦怐瘁鞦B | 11010111111000011110000111100001111100001110001111010111111000011110000111100001111100001110001101000010 | d7e1e1e1f0e3d7e1e1e1f0e342 |
UTF-8 | 怐瘁鞦怐瘁鞦B | 11100110100000001001000011100111100110001000000111101001100111101010011011100110100000001001000011100111100110001000000111101001100111101010011001000010 | e68090e79881e99ea6e68090e79881e99ea642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)