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è¡·LB | 111010001010000110110111010011001110100010100001101101110100110001000010 | e8a1b74ce8a1b74c42 |
| SJIS-WIN | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| EUC-JP | è¡?Lè¡?LB | 1000111110101011101100101000111110100010110000100011111101001100100011111010101110110010100011111010001011000010001111110100110001000010 | 8fabb28fa2c23f4c8fabb28fa2c23f4c42 |
| UTF-8 | è¡·Lè¡·LB | 110000111010100011000010101000011100001010110111010011001100001110101000110000101010000111000010101101110100110001000010 | c3a8c2a1c2b74cc3a8c2a1c2b74c42 |
| UHC | ?¡·L?¡·LB | 00111111101000101010111010100001101001000100110000111111101000101010111010100001101001000100110001000010 | 3fa2aea1a44c3fa2aea1a44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)