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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 琥??? | 1110000011100110001111110011111100111111 | e0e63f3f3f |
| EUC-JP | 琥?岵? | 11100000111010000011111110001111101110111011011100111111 | e0e83f8fbbb73f |
| UTF-8 | 琥렡岵렱 | 111001111001000010100101111010111010000010100001111001011011001010110101111010111010000010110001 | e790a5eba0a1e5b2b5eba0b1 |
| UHC | 琥렡岵렱 | 1111101111010000100011101011001011111011110000001000111010111110 | fbd08eb2fbc08ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)