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 | ùµ¥ûʳ | 1111100110110101100011101010010111111011110010101000111010110011 | f9b58ea5fbca8eb3 |
SJIS-WIN | ???¥???? | 001111110011111100111111100000011000111100111111001111110011111100111111 | 3f3f3f818f3f3f3f3f |
EUC-JP | ù???ûÊ?? | 1000111110101011111000110011111100111111001111111000111110101011111001011000111110101010101101000011111100111111 | 8fabe33f3f3f8fabe58faab43f3f |
UTF-8 | ùµ¥ûʳ | 11000011101110011100001010110101110000101000111011000010101001011100001110111011110000111000101011000010100011101100001010110011 | c3b9c2b5c28ec2a5c3bbc38ac28ec2b3 |
UHC | ???????³ | 001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)