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 | û¥¹hû¥ | 11111011101001011000111010111001011010001111101110100101 | fba58eb968fba5 |
SJIS-WIN | ?¥??h?¥ | 001111111000000110001111001111110011111101101000001111111000000110001111 | 3f818f3f3f683f818f |
EUC-JP | û???hû? | 1000111110101011111001010011111100111111001111110110100010001111101010111110010100111111 | 8fabe53f3f3f688fabe53f |
UTF-8 | û¥¹hû¥ | 11000011101110111100001010100101110000101000111011000010101110010110100011000011101110111100001010100101 | c3bbc2a5c28ec2b968c3bbc2a5 |
UHC | ???¹h?? | 0011111100111111001111111010100111110110011010000011111100111111 | 3f3f3fa9f6683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)