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 | öÔúÐ\ | 1111011011010100111110101101000001011100 | f6d4fad05c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | öÔú?\ | 1000111110101011110100111000111110101010110101001000111110101011111000100011111101011100 | 8fabd38faad48fabe23f5c |
UTF-8 | öÔúÐ\ | 110000111011011011000011100101001100001110111010110000111001000001011100 | c3b6c394c3bac3905c |
UHC | ???Ð\ | 001111110011111100111111101010001010001001011100 | 3f3f3fa8a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)