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 | ûÕ²B | 1111101111010101100011101011001001000010 | fbd58eb242 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ûÕ??B | 100011111010101111100101100011111010101011011000001111110011111101000010 | 8fabe58faad83f3f42 |
UTF-8 | ûÕ²B | 110000111011101111000011100101011100001010001110110000101011001001000010 | c3bbc395c28ec2b242 |
UHC | ???²B | 001111110011111100111111101010011111011101000010 | 3f3f3fa9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)