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 | 邀??央? | 11100111101100010011111100111111100010011001101100111111 | e7b13f3f899b3f |
EUC-JP | 邀??央? | 11101110101100110011111100111111101100011111101100111111 | eeb33f3fb1fb3f |
UTF-8 | 邀섉곟央쯆 | 111010011000001010000000111011001000010010001001111010101011001110011111111001011010010010101110111011001010111110000110 | e98280ec8489eab39fe5a4aeecaf86 |
UHC | 邀섉곟央쯆 | 11101001101011011001100011100110100000011110000011100100111001111010100101000010 | e9ad98e681e0e4e7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)