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 | ??° | 001111110011111110110000 | 3f3fb0 |
| SJIS-WIN | 邱暮° | 111001111011011110010101111010011000000110001011 | e7b795e9818b |
| EUC-JP | 邱暮° | 111011101011100111001010111010111010000111101011 | eeb9caeba1eb |
| UTF-8 | 邱暮° | 1110100110000010101100011110011010011010101011101100001010110000 | e982b1e69aaec2b0 |
| UHC | 邱暮° | 110011111100100011011001101110101010000111000110 | cfc8d9baa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)