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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐ゎァァ巐ゎ | 11111010101101101000001011101100101001111010011111111010101101101000001011101100 | fab682eca7a7fab682ec |
EUC-JP | 巐ゎァァ巐ゎ | 1000111110111011111110011010010011101110100011101010011110001110101001111000111110111011111110011010010011101110 | 8fbbf9a4ee8ea78ea78fbbf9a4ee |
UTF-8 | 巐ゎァァ巐ゎ | 111001011011011110010000111000111000001010001110111011111011110110100111111011111011110110100111111001011011011110010000111000111000001010001110 | e5b790e3828eefbda7efbda7e5b790e3828e |
UHC | ?ゎ???ゎ | 0011111110101010111011100011111100111111001111111010101011101110 | 3faaee3f3f3faaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)