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 | ûË°P | 1111101111001011100011101011000001010000 | fbcb8eb050 |
SJIS-WIN | ???°P | 001111110011111100111111100000011000101101010000 | 3f3f3f818b50 |
EUC-JP | ûË?°P | 10001111101010111110010110001111101010101011001100111111101000011110101101010000 | 8fabe58faab33fa1eb50 |
UTF-8 | ûË°P | 110000111011101111000011100010111100001010001110110000101011000001010000 | c3bbc38bc28ec2b050 |
UHC | ???°P | 001111110011111100111111101000011100011001010000 | 3f3f3fa1c650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)