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 | 癲??鍮℡ⅶ | 11100001100111110011111100111111111010000100101010000111100001001111101001000110 | e19f3f3fe84a8784fa46 |
| EUC-JP | 癲??鍮?? | 1110001010100001001111110011111111101111101010110011111100111111 | e2a13f3fefab3f3f |
| UTF-8 | 癲앹궘鍮℡ⅶ | 111001111001100110110010111011001001010110111001111010101011011010011000111010011000110110101110111000101000010010100001111000101000010110110110 | e799b2ec95b9eab698e98daee284a1e285b6 |
| UHC | 癲앹궘鍮℡ⅶ | 111011111010011010011101111011001000001010101101111010111011100110100010111001011010010110100111 | efa69dec82adebb9a2e5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)