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 | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
| EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
| UTF-8 | 醴득쑒徇됭꺊 | 111011111010011010110111111010111001001110011101111011001001000110010010111001011011111010000111111010111001000010101101111010101011101010001010 | efa6b7eb939dec9192e5be87eb90adeaba8a |
| UHC | 醴득쑒徇됭꺊 | 111001111110010010110101111001101001110010110001111000101101111110001001111010001000001110110001 | e7e4b5e69cb1e2df89e883b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)