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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 址?見 | 1001101010101100001111111000110010101001 | 9aac3f8ca9 |
| EUC-JP | 址?見 | 1101010010101110001111111011100010101011 | d4ae3fb8ab |
| UTF-8 | 址블見 | 111001011001110110000000111010111011100010010100111010001010011010001011 | e59d80ebb894e8a68b |
| UHC | 址블見 | 111100101010001110111010111011011100110010111000 | f2a3baedccb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)