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 | ð§ºñ½« | 1111000010100111101110101111000110001110101111011000111010101011 | f0a7baf18ebd8eab |
SJIS-WIN | ?§?????? | 001111111000000110011000001111110011111100111111001111110011111100111111 | 3f81983f3f3f3f3f3f |
EUC-JP | ð§ºñ???? | 100011111010100111000011101000011111100010001111101000101110101110001111101010111101000000111111001111110011111100111111 | 8fa9c3a1f88fa2eb8fabd03f3f3f3f |
UTF-8 | ð§ºñ½« | 11000011101100001100001010100111110000101011101011000011101100011100001010001110110000101011110111000010100011101100001010101011 | c3b0c2a7c2bac3b1c28ec2bdc28ec2ab |
UHC | ð§º??½?? | 101010011010001110100001110101111010100010101100001111110011111110101000111101100011111100111111 | a9a3a1d7a8ac3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)