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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?х? | 00111111100001001000011100111111 | 3f84873f |
EUC-JP | ?х? | 00111111101001111110011100111111 | 3fa7e73f |
UTF-8 | 連х뜔 | 1110111110100110100110101101000110000101111010111001110010010100 | efa69ad185eb9c94 |
UHC | 連х뜔 | 111001101110011010101100111001111000110110010111 | e6e6ace78d97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)