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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 橈????Ⅹ? | 100111101111010000111111001111110011111100111111100001110101110100111111 | 9ef43f3f3f3f875d3f |
| EUC-JP | 橈?????? | 1101110011110110001111110011111100111111001111110011111100111111 | dcf63f3f3f3f3f3f |
| UTF-8 | 橈볝굝六묕Ⅹ履 | 111001101010100110001000111010111011001110011101111010101011010110011101111011111010011110010001111010111010110010010101111000101000010110101001111011111010011110011111 | e6a988ebb39deab59defa791ebac95e285a9efa79f |
| UHC | 橈볝굝六묕Ⅹ履 | 1110100011111010100100111110001110000010100001011110101110111011100100011110111110100101101110011110110010101010 | e8fa93e38285ebbb91efa5b9ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)