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 | 蔟桁げ鐔緒蒐 | 111001001111010110001100100001011000001010110000111010000101110010001111100011111000111101001110 | e4f58c8582b0e85c8f8f8f4e |
| EUC-JP | 蔟桁げ鐔緒蒐 | 111010001111011110110111111001011010010010110010111011111011110110111101111011111011110110101111 | e8f7b7e5a4b2efbdbdefbdaf |
| UTF-8 | 蔟桁げ鐔緒蒐 | 111010001001010010011111111001101010000110000001111000111000000110010010111010011001000010010100111001111011011110010010111010001001001010010000 | e8949fe6a181e38192e99094e7b792e89290 |
| UHC | ?桁げ??蒐 | 001111111111100111111001101010101011001000111111001111111110001010111101 | 3ff9f9aab23f3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)