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 | ûË°Y | 1111101111001011100011101011000001011001 | fbcb8eb059 |
SJIS-WIN | ???°Y | 001111110011111100111111100000011000101101011001 | 3f3f3f818b59 |
EUC-JP | ûË?°Y | 10001111101010111110010110001111101010101011001100111111101000011110101101011001 | 8fabe58faab33fa1eb59 |
UTF-8 | ûË°Y | 110000111011101111000011100010111100001010001110110000101011000001011001 | c3bbc38bc28ec2b059 |
UHC | ???°Y | 001111110011111100111111101000011100011001011001 | 3f3f3fa1c659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)