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 | 邀??娃?? | 1110011110110001001111110011111110001000101000010011111100111111 | e7b13f3f88a13f3f |
| EUC-JP | 邀??娃?? | 1110111010110011001111110011111110110000101000110011111100111111 | eeb33f3fb0a33f3f |
| UTF-8 | 邀섓숲娃욃윜 | 111010011000001010000000111011001000010010010011111011001000100010110010111001011010100010000011111011001001101010000011111011001001110010011100 | e98280ec8493ec88b2e5a883ec9a83ec9c9c |
| UHC | 邀섓숲娃욃윜 | 111010011010110110011000111011111011110110100011111010001101111110011110111001011001111110011111 | e9ad98efbda3e8df9ee59f9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)