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 | û¢«m | 1111101110100010100011101010101101101101 | fba28eab6d |
SJIS-WIN | ?¢??m | 001111111000000110010001001111110011111101101101 | 3f81913f3f6d |
EUC-JP | û¢??m | 1000111110101011111001011010000111110001001111110011111101101101 | 8fabe5a1f13f3f6d |
UTF-8 | û¢«m | 110000111011101111000010101000101100001010001110110000101010101101101101 | c3bbc2a2c28ec2ab6d |
UHC | ????m | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)