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 | L¹U»~B | 10010010010011001001000110111001100100100101010110010001101110110111111001000010 | 924c91b9925591bb7e42 |
| SJIS-WIN | ?L???U??~B | 00111111010011000011111100111111001111110101010100111111001111110111111001000010 | 3f4c3f3f3f553f3f7e42 |
| EUC-JP | ?L???U??~B | 00111111010011000011111100111111001111110101010100111111001111110111111001000010 | 3f4c3f3f3f553f3f7e42 |
| UTF-8 | L¹U»~B | 11000010100100100100110011000010100100011100001010111001110000101001001001010101110000101001000111000010101110110111111001000010 | c2924cc291c2b9c29255c291c2bb7e42 |
| UHC | ?L?¹?U??~B | 0011111101001100001111111010100111110110001111110101010100111111001111110111111001000010 | 3f4c3fa9f63f553f3f7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)