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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怐瘁鶺眩 | 1001110010000001111000011000000111101010010101001110000110111111 | 9c81e181ea54e1bf |
EUC-JP | 怐瘁鶺眩 | 1101011111100001111000011110000111110011101101011110001011000001 | d7e1e1e1f3b5e2c1 |
UTF-8 | 怐瘁鶺眩 | 111001101000000010010000111001111001100010000001111010011011011010111010111001111001110010101001 | e68090e79881e9b6bae79ca9 |
UHC | ???眩 | 0011111100111111001111111111101011011111 | 3f3f3ffadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)