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 | 蜊ス彧匁ァィ | 111001011000110110111101111110101011100110010110111001101010011110101000 | e58dbdfab996e6a7a8 |
| EUC-JP | 蜊ス彧匁ァィ | 11101001111011011000111010111101100011111011110011111110110011001110100010001110101001111000111010101000 | e9ed8ebd8fbcfecce88ea78ea8 |
| UTF-8 | 蜊ス彧匁ァィ | 111010001001110010001010111011111011110110111101111001011011110110100111111001011000110010000001111011111011110110100111111011111011110110101000 | e89c8aefbdbde5bda7e58c81efbda7efbda8 |
| UHC | ??彧??? | 00111111001111111110100111101110001111110011111100111111 | 3f3fe9ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)