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剪?? | 100110010100001000111111100000101000111110011001100100100011111100111111 | 99423f828f99923f3f |
| EUC-JP | 傳?o剪?? | 110100011010001100111111101000111110111111010001111100100011111100111111 | d1a33fa3efd1f23f3f |
| UTF-8 | 傳꿨o剪잴릎 | 111001011000001010110011111010101011111110101000111011111011110110001111111001011000100110101010111011001001111010110100111010111010011010001110 | e582b3eabfa8efbd8fe589aaec9eb4eba68e |
| UHC | 傳꿨o剪잴릎 | 111011101110111010110010111001011010001111101111111011101111001011000000111010101011100010101101 | eeeeb2e5a3efeef2c0eab8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)