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 | 癲?∥誼?? | 111000011001111100111111100000010110000110001011011000100011111100111111 | e19f3f81618b623f3f |
| EUC-JP | 癲?‖誼?? | 111000101010000100111111101000011100001010110101110000110011111100111111 | e2a13fa1c2b5c33f3f |
| UTF-8 | 癲욌∥誼숁납 | 111001111001100110110010111011001001101010001100111000101000100010100101111010001010101010111100111011001000100010000001111010111000001010101001 | e799b2ec9a8ce288a5e8aabcec8881eb82a9 |
| UHC | 癲욌∥誼숁납 | 111011111010011010011110111010111010000110101011111010111111111010011001111001101011001110110011 | efa69eeba1abebfe99e6b3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)