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 | ò¯Âñ½« | 1111001010101111110000101111000110001110101111011000111010101011 | f2afc2f18ebd8eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ò¯Âñ???? | 10001111101010111101001010001111101000101011010010001111101010101010010010001111101010111101000000111111001111110011111100111111 | 8fabd28fa2b48faaa48fabd03f3f3f3f |
UTF-8 | ò¯Âñ½« | 11000011101100101100001010101111110000111000001011000011101100011100001010001110110000101011110111000010100011101100001010101011 | c3b2c2afc382c3b1c28ec2bdc28ec2ab |
UHC | ?????½?? | 001111110011111100111111001111110011111110101000111101100011111100111111 | 3f3f3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)