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 | 闇λ?裕?? | 100010001100010110000011110010010011111110010111010101000011111100111111 | 88c583c93f97543f3f |
| EUC-JP | 闇λ?裕?? | 101100001100011110100110110010110011111111001101101101010011111100111111 | b0c7a6cb3fcdb53f3f |
| UTF-8 | 闇λ끝裕드♤ | 1110100110010111100001111100111010111011111010111000000110011101111010001010001110010101111010111001001110011100111000101001100110100100 | e99787cebbeb819de8a395eb939ce299a4 |
| UHC | 闇λ끝裕드♤ | 111001001110000110100101111010111011001110100001111010111010111010110101111001011010001010111011 | e4e1a5ebb3a1ebaeb5e5a2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)