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 | éッLB | 1110100110000001100100101110111110111101101011110100110001000010 | e98192efbdaf4c42 |
SJIS-WIN | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
EUC-JP | é??ï?¯LB | 1000111110101011101100010011111100111111100011111010101111000001001111111000111110100010101101000100110001000010 | 8fabb13f3f8fabc13f8fa2b44c42 |
UTF-8 | éッLB | 1100001110101001110000101000000111000010100100101100001110101111110000101011110111000010101011110100110001000010 | c3a9c281c292c3afc2bdc2af4c42 |
UHC | ????½?LB | 001111110011111100111111001111111010100011110110001111110100110001000010 | 3f3f3f3fa8f63f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)