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 | ñü°íñ¯ | 1111000111111100100011101011000011101101111100011000111010101111 | f1fc8eb0edf18eaf |
SJIS-WIN | ???°???? | 001111110011111100111111100000011000101100111111001111110011111100111111 | 3f3f3f818b3f3f3f3f |
EUC-JP | ñü?°íñ?¯ | 10001111101010111101000010001111101010111110010000111111101000011110101110001111101010111011111110001111101010111101000000111111100011111010001010110100 | 8fabd08fabe43fa1eb8fabbf8fabd03f8fa2b4 |
UTF-8 | ñü°íñ¯ | 11000011101100011100001110111100110000101000111011000010101100001100001110101101110000111011000111000010100011101100001010101111 | c3b1c3bcc28ec2b0c3adc3b1c28ec2af |
UHC | ???°???? | 001111110011111100111111101000011100011000111111001111110011111100111111 | 3f3f3fa1c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)