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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶抵スィ鞐 | 1110100010101110100100101110111110111101101010001110100011011110 | e8ae92efbda8e8de |
EUC-JP | 隶抵スィ鞐 | 11110000101100001100010011110001100011101011110110001110101010001111000011100000 | f0b0c4f18ebd8ea8f0e0 |
UTF-8 | 隶抵スィ鞐 | 111010011001101010110110111001101000101010110101111011111011110110111101111011111011110110101000111010011001111010010000 | e99ab6e68ab5efbdbdefbda8e99e90 |
UHC | ?抵??? | 001111111110111010111101001111110011111100111111 | 3feebd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)