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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 螂ェ譚大ス「 | 111001011010010110101010111001101001110110010001111001011011110110100010 | e5a5aae69d91e5bda2 |
| EUC-JP | 螂ェ譚大ス「 | 111010101010011110001110101010101110101111111101110000101110011110001110101111011000111010100010 | eaa78eaaebfdc2e78ebd8ea2 |
| UTF-8 | 螂ェ譚大ス「 | 111010001001111010000010111011111011110110101010111010001010110110011010111001011010010010100111111011111011110110111101111011111011110110100010 | e89e82efbdaae8ad9ae5a4a7efbdbdefbda2 |
| UHC | 螂?譚大?? | 110101011100110000111111110100111100100111010011110111100011111100111111 | d5cc3fd3c9d3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)