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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 雄臀 | 10010111010110011110010001011100 | 9759e45c |
EUC-JP | 雄臀 | 11001101101110101110011110111101 | cdbae7bd |
UTF-8 | 雄臀 | 111010011001101110000100111010001000011110000000 | e99b84e88780 |
UHC | 雄臀 | 11101010101010011101010011101011 | eaa9d4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)