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 | 帳f?軟?? | 100100101010000010000010100001100011111110010011111011100011111100111111 | 92a082863f93ee3f3f |
| EUC-JP | 帳f?軟?? | 110001001010001010100011111001100011111111000110111100000011111100111111 | c4a2a3e63fc6f03f3f |
| UTF-8 | 帳f뮈軟쒐뼻 | 111001011011100010110011111011111011110110000110111010111010111010001000111010001011101110011111111011001001001010010000111010111011110010111011 | e5b8b3efbd86ebae88e8bb9fec9290ebbcbb |
| UHC | 帳f뮈軟쒐뼻 | 111011011110001110100011111001101011100110111111111001101110001110011100111001111001011010111110 | ede3a3e6b9bfe6e39ce796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)