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 | 兀??鼇?? | 1001100101011001001111110011111111101010100001110011111100111111 | 99593f3fea873f3f |
| EUC-JP | 兀??鼇?? | 1101000110111010001111110011111111110011111001110011111100111111 | d1ba3f3ff3e73f3f |
| UTF-8 | 兀믭숴鼇믭쉼 | 111001011000010110000000111010111010111110101101111011001000100010110100111010011011110010000111111010111010111110101101111011001000100110111100 | e58580ebafadec88b4e9bc87ebafadec89bc |
| UHC | 兀믭숴鼇믭쉼 | 111010001011010010010010111011111011110110100100111010001010100010010010111011111011110110110000 | e8b492efbda4e8a892efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)