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 | 髢サ荵斟。 | 1110100110010110101110111110010010111001100111011100111010100001 | e996bbe4b99dcea1 |
EUC-JP | 髢サ荵斟。 | 11110001111101101000111010111011111010001011101111011010110100001000111010100001 | f1f68ebbe8bbdad08ea1 |
UTF-8 | 髢サ荵斟。 | 111010011010101110100010111011111011110110111011111010001000110110110101111001101001011010011111111011111011110110100001 | e9aba2efbdbbe88db5e6969fefbda1 |
UHC | ???斟? | 001111110011111100111111111100101111100000111111 | 3f3f3ff2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)