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 | 巐ゎァ、巐 | 1111101010110110100000101110110010100111101001001111101010110110 | fab682eca7a4fab6 |
EUC-JP | 巐ゎァ、巐 | 100011111011101111111001101001001110111010001110101001111000111010100100100011111011101111111001 | 8fbbf9a4ee8ea78ea48fbbf9 |
UTF-8 | 巐ゎァ、巐 | 111001011011011110010000111000111000001010001110111011111011110110100111111011111011110110100100111001011011011110010000 | e5b790e3828eefbda7efbda4e5b790 |
UHC | ?ゎ??? | 001111111010101011101110001111110011111100111111 | 3faaee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)