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 | 癲??依?? | 1110000110011111001111110011111110001000110010110011111100111111 | e19f3f3f88cb3f3f |
| EUC-JP | 癲?ŀ依?ł | 111000101010000100111111100011111010100111001001101100001100110100111111100011111010100111001000 | e2a13f8fa9c9b0cd3f8fa9c8 |
| UTF-8 | 癲귣ŀ依당ł | 11100111100110011011001011101010101101111010001111000101100000001110010010111110100111011110101110001011101110011100010110000010 | e799b2eab7a3c580e4be9deb8bb9c582 |
| UHC | 癲귣ŀ依당ł | 111011111010011010000010111010111010100110101000111010111110111010110100111001111010100110101001 | efa682eba9a8ebeeb4e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)