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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 押??由? | 10001001100111110011111100111111100101110101001000111111 | 899f3f3f97523f |
| EUC-JP | 押??由? | 10110010101000010011111100111111110011011011001100111111 | b2a13f3fcdb33f |
| UTF-8 | 押믠뼺由퍯 | 111001101000101010111100111010111010111110100000111010111011110010111010111001111001010010110001111011011000110110101111 | e68abcebafa0ebbcbae794b1ed8daf |
| UHC | 押믠뼺由퍯 | 11100100111000111001001011100010100101101011110111101011101001101011110001000110 | e4e392e296bdeba6bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)