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 | ?cU | 001111110110001101010101 | 3f6355 |
SJIS-WIN | 莨cU | 11100100101111000110001101010101 | e4bc6355 |
EUC-JP | 莨cU | 11101000101111100110001101010101 | e8be6355 |
UTF-8 | 莨cU | 1110100010001110101010000110001101010101 | e88ea86355 |
UHC | ?cU | 001111110110001101010101 | 3f6355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)