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 | 僥??屋?? | 1001100101000110001111110011111110001001101011100011111100111111 | 99463f3f89ae3f3f |
| EUC-JP | 僥??屋?? | 1101000110100111001111110011111110110010101100000011111100111111 | d1a73f3fb2b03f3f |
| UTF-8 | 僥울숴屋쇽쉬 | 111001011000001110100101111011001001101010111000111011001000100010110100111001011011000110001011111011001000011110111101111011001000100110101100 | e583a5ec9ab8ec88b4e5b18bec87bdec89ac |
| UHC | 僥울숴屋쇽쉬 | 111010001110100110111111111011111011110110100100111010001010100110111100111011111011110110101100 | e8e9bfefbda4e8a9bcefbdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)