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 | Ͱõ½ | 11001101101100001111010110111101 | cdb0f5bd |
| SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
| EUC-JP | ꡛ? | 100011111010101010111111101000011110101110001111101010111101100000111111 | 8faabfa1eb8fabd83f |
| UTF-8 | Ͱõ½ | 1100001110001101110000101011000011000011101101011100001010111101 | c38dc2b0c3b5c2bd |
| UHC | ?°?½ | 001111111010000111000110001111111010100011110110 | 3fa1c63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)