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 | 弔?畯陌?? | 100100101010001000111111111110110110111111101000100110010011111100111111 | 92a23ffb6fe8993f3f |
| EUC-JP | 弔?畯陌?? | 11000100101001000011111110001111110011011011101111101111111110010011111100111111 | c4a43f8fcdbbeff93f3f |
| UTF-8 | 弔렲畯陌렪렗 | 111001011011110010010100111010111010000010110010111001111001010110101111111010011001100110001100111010111010000010101010111010111010000010010111 | e5bc94eba0b2e795afe9998ceba0aaeba097 |
| UHC | 弔렲畯陌렪렗 | 111100001100000010001110101111111111000111100001110110001110100010001110101110001000111010101100 | f0c08ebff1e1d8e88eb88eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)