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 | 陰??陰ъ? | 100010010100000100111111001111111000100101000001100001001000110000111111 | 89413f3f8941848c3f |
| EUC-JP | 陰??陰ъ? | 101100011010001000111111001111111011000110100010101001111110110000111111 | b1a23f3fb1a2a7ec3f |
| UTF-8 | 陰먯꽫陰ъ넩 | 1110100110011001101100001110101110101000101011111110101010111101101010111110100110011001101100001101000110001010111010111000010010101001 | e999b0eba8afeabdabe999b0d18aeb84a9 |
| UHC | 陰먯꽫陰ъ넩 | 111010111110010010010000111011001000010010110110111010111110010010101100111011001000011010101001 | ebe490ec84b6ebe4acec86a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)