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 | çµëêó | 1110011110110101100000101110101110011101100011001110101011110011 | e7b582eb9d8ceaf3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë??êó | 10001111101010111010111000111111001111111000111110101011101100110011111100111111100011111010101110110100100011111010101111010001 | 8fabae3f3f8fabb33f3f8fabb48fabd1 |
UTF-8 | çµëêó | 11000011101001111100001010110101110000101000001011000011101010111100001010011101110000101000110011000011101010101100001110110011 | c3a7c2b5c282c3abc29dc28cc3aac3b3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)