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 | 癲?ŀ依?? | 11100010101000010011111110001111101010011100100110110000110011010011111100111111 | e2a13f8fa9c9b0cd3f3f |
| UTF-8 | 癲귣ŀ依닺뿥 | 1110011110011001101100101110101010110111101000111100010110000000111001001011111010011101111010111000101110111010111010111011111110100101 | e799b2eab7a3c580e4be9deb8bbaebbfa5 |
| UHC | 癲귣ŀ依닺뿥 | 111011111010011010000010111010111010100110101000111010111110111010110100111010001001011110100101 | efa682eba9a8ebeeb4e897a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)