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 | 贈?奚??? | 1001000110100001001111111001101011110110001111110011111100111111 | 91a13f9af63f3f3f |
| EUC-JP | 贈?奚??? | 1100001010100011001111111101010011111000001111110011111100111111 | c2a33fd4f83f3f3f |
| UTF-8 | 贈렢奚숄렰렑 | 111010001011010010001000111010111010000010100010111001011010010110011010111011001000100010000100111010111010000010110000111010111010000010010001 | e8b488eba0a2e5a59aec8884eba0b0eba091 |
| UHC | 贈렢奚숄렰렑 | 111100011111110010001110101100111111101010101000101111001111000110001110101111011000111010100110 | f1fc8eb3faa8bcf18ebd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)