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 | 鬧ア笏 | 1110100110100111101100011110001010010100 | e9a7b1e294 |
EUC-JP | 鬧ア笏 | 111100101010100110001110101100011110001111110100 | f2a98eb1e3f4 |
UTF-8 | 鬧ア笏 | 111010011010110010100111111011111011110110110001111001111010110010001111 | e9aca7efbdb1e7ac8f |
UHC | 鬧?笏 | 1101011110100010001111111111101111101110 | d7a23ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)