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 | 谺護セ。諱ャ | 111001101010110010001100111011001011111010100001111001101000000110101100 | e6ac8cecbea1e681ac |
| EUC-JP | 谺護セ。諱ャ | 111011001010111010111000111011101000111010111110100011101010000111101011111000011000111010101100 | ecaeb8ee8ebe8ea1ebe18eac |
| UTF-8 | 谺護セ。諱ャ | 111010001011000010111010111010001010110110110111111011111011110110111110111011111011110110100001111010001010101110110001111011111011110110101100 | e8b0bae8adb7efbdbeefbda1e8abb1efbdac |
| UHC | ?護??諱? | 0011111111111011110111100011111100111111111111011100100100111111 | 3ffbde3f3ffdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)