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 | ?хł | 001111111010011111100111100011111010100111001000 | 3fa7e78fa9c8 |
UTF-8 | 驪хł | 11101111101001101000011111010001100001011100010110000010 | efa687d185c582 |
UHC | 驪хł | 111001101010111110101100111001111010100110101001 | e6aface7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)