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 | 傳?o姐?? | 100110010100001000111111100000101000111110001000101101110011111100111111 | 99423f828f88b73f3f |
| EUC-JP | 傳?o姐?? | 110100011010001100111111101000111110111110110000101110010011111100111111 | d1a33fa3efb0b93f3f |
| UTF-8 | 傳꿨o姐브딩 | 111001011000001010110011111010101011111110101000111011111011110110001111111001011010011110010000111010111011100010001100111010111001010010101001 | e582b3eabfa8efbd8fe5a790ebb88ceb94a9 |
| UHC | 傳꿨o姐브딩 | 111011101110111010110010111001011010001111101111111011101011101110111010111010101011010111111001 | eeeeb2e5a3efeebbbaeab5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)