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 | 沃????? | 10010111100000000011111100111111001111110011111100111111 | 97803f3f3f3f3f |
| EUC-JP | 沃??靷?? | 110011011110000000111111001111111000111111100111101111010011111100111111 | cde03f3f8fe7bd3f3f |
| UTF-8 | 沃ㅻ뛻靷㎪벴 | 111001101011001010000011111000111000010110111011111010111001101110111011111010011001110110110111111000111000111010101010111010111011001010110100 | e6b283e385bbeb9bbbe99db7e38eaaebb2b4 |
| UHC | 沃ㅻ뛻靷㎪벴 | 111010001010101010100100111010111000110110000001111011001110011010100111111001101011101010101011 | e8aaa4eb8d81ece6a7e6baab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)