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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 惟?垣邱 | 10001000110100100011111110001010010111111110011110110111 | 88d23f8a5fe7b7 |
| EUC-JP | 惟?垣邱 | 10110000110101000011111110110011110000001110111010111001 | b0d43fb3c0eeb9 |
| UTF-8 | 惟렋垣邱 | 111001101000001110011111111010111010000010001011111001011001111010100011111010011000001010110001 | e6839feba08be59ea3e982b1 |
| UHC | 惟렋垣邱 | 1110101011101110100011101010001011101010101011111100111111001000 | eaee8ea2eaafcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)