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 | 髴ェ都ソ阡 | 1110100110011100101010101111101110110111101111111110100010010100 | e99caafbb7bfe894 |
EUC-JP | 髴ェ?ソ阡 | 111100011111110010001110101010100011111110001110101111111110111111110100 | f1fc8eaa3f8ebfeff4 |
UTF-8 | 髴ェ都ソ阡 | 111010011010101110110100111011111011110110101010111011111010100010100110111011111011110110111111111010011001100010100001 | e9abb4efbdaaefa8a6efbdbfe998a1 |
UHC | ????阡 | 001111110011111100111111001111111111010011000110 | 3f3f3f3ff4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)