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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 底??論∫ | 1001001011101010001111110011111110011000010111111000000111100111 | 92ea3f3f985f81e7 |
| EUC-JP | 底??論∫ | 1100010011101100001111110011111111001111110000001010001011101001 | c4ec3f3fcfc0a2e9 |
| UTF-8 | 底펨렖論∫ | 111001011011101010010101111011011000111010101000111010111010000010010110111010001010101110010110111000101000100010101011 | e5ba95ed8ea8eba096e8ab96e288ab |
| UHC | 底펨렖論∫ | 11101110101111001100011011101000100011101010101111010110111001011010000111110010 | eebcc6e88eabd6e5a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)