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 | ???h\ | 0011111100111111001111110110100001011100 | 3f3f3f685c |
SJIS-WIN | 絶??h\ | 100100001110001000111111001111110110100001011100 | 90e23f3f685c |
EUC-JP | 絶??h\ | 110000001110010000111111001111110110100001011100 | c0e43f3f685c |
UTF-8 | 絶볩슝h\ | 1110011110110101101101101110101110110011101010011110110010001010100111010110100001011100 | e7b5b6ebb3a9ec8a9d685c |
UHC | 絶볩슝h\ | 1110111110111110100100111110111110111101101110010110100001011100 | efbe93efbdb9685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)