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 | éá²ûG¾N | 111010011110000110001110101100101111101101000111100011101011111001001110 | e9e18eb2fb478ebe4e |
SJIS-WIN | ?????G??N | 001111110011111100111111001111110011111101000111001111110011111101001110 | 3f3f3f3f3f473f3f4e |
EUC-JP | éá??ûG??N | 100011111010101110110001100011111010101110100001001111110011111110001111101010111110010101000111001111110011111101001110 | 8fabb18faba13f3f8fabe5473f3f4e |
UTF-8 | éá²ûG¾N | 11000011101010011100001110100001110000101000111011000010101100101100001110111011010001111100001010001110110000101011111001001110 | c3a9c3a1c28ec2b2c3bb47c28ec2be4e |
UHC | ???²?G?¾N | 0011111100111111001111111010100111110111001111110100011100111111101010001111101001001110 | 3f3f3fa9f73f473fa8fa4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)