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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 俉??俉??B | 111110100110000100111111001111111111101001100001001111110011111101000010 | fa613f3ffa613f3f42 |
EUC-JP | 俉??俉??B | 1000111110110001101110110011111100111111100011111011000110111011001111110011111101000010 | 8fb1bb3f3f8fb1bb3f3f42 |
UTF-8 | 俉묐젾俉묐젾B | 11100100101111111000100111101011101011001001000011101100101000001011111011100100101111111000100111101011101011001001000011101100101000001011111001000010 | e4bf89ebac90eca0bee4bf89ebac90eca0be42 |
UHC | 俉묐젾俉묐젾B | 11100111111010111001000111101011101000001011000011100111111010111001000111101011101000001011000001000010 | e7eb91eba0b0e7eb91eba0b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)