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 | ???苡?? | 00111111001111110011111111100100100011110011111100111111 | 3f3f3fe48f3f3f |
| EUC-JP | 獒??苡?? | 100011111100101110111011001111110011111111100111111011110011111100111111 | 8fcbbb3f3fe7ef3f3f |
| UTF-8 | 獒뺣떽苡삥묾 | 111001111000110110010010111010111011101010100011111010111001011010111101111010001000101110100001111011001000001010100101111010111010110010111110 | e78d92ebbaa3eb96bde88ba1ec82a5ebacbe |
| UHC | 獒뺣떽苡삥묾 | 111010001010001110010101111010111011011010111101111011001011111010111011111001101011100110110010 | e8a395ebb6bdecbebbe6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)