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 | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
SJIS-WIN | ?晧юU^ | 00111111100111011110110010000100100100000101010101011110 | 3f9dec8490555e |
EUC-JP | ?晧юU^ | 00111111110110101110111010100111111100000101010101011110 | 3fdaeea7f0555e |
UTF-8 | 灐晧юU^ | 11100111100000011001000011100110100110011010011111010001100011100101010101011110 | e78190e699a7d18e555e |
UHC | 灐晧юU^ | 1111101110100101111110111100010110101100111100000101010101011110 | fba5fbc5acf0555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)