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 | 阡苓ゥ榻 | 11101000100101001001011111101000101010011001111011001110 | e89497e8a99ece |
EUC-JP | 阡苓ゥ榻 | 1110111111110100110011101110101010001110101010011101110011010000 | eff4ceea8ea9dcd0 |
UTF-8 | 阡苓ゥ榻 | 111010011001100010100001111010001000101110010011111011111011110110101001111001101010011010111011 | e998a1e88b93efbda9e6a6bb |
UHC | 阡??榻 | 111101001100011000111111001111111111011110110100 | f4c63f3ff7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)