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 | 汚ъ??よ? | 100010011001100010000100100011000011111100111111100000101110011000111111 | 8998848c3f3f82e63f |
| EUC-JP | 汚ъ??よ? | 101100011111100010100111111011000011111100111111101001001110100000111111 | b1f8a7ec3f3fa4e83f |
| UTF-8 | 汚ъ뱚類よ댒 | 1110011010110001100110101101000110001010111010111011000110011010111011111010011110010000111000111000001010001000111010111000110010010010 | e6b19ad18aebb19aefa790e38288eb8c92 |
| UHC | 汚ъ뱚類よ댒 | 111001111111110110101100111011001001001110000001111010111011101010101010111010001000100010111001 | e7fdacec9381ebbaaae888b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)