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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 룶卽◈D룶卽◈D^ | 111010111010001110110110111001011000110110111101111000101001011110001000010001001110101110100011101101101110010110001101101111011110001010010111100010000100010001011110 | eba3b6e58dbde2978844eba3b6e58dbde29788445e |
UHC | 룶卽◈D룶卽◈D^ | 100011111010101111110001111011011010001011000010010001001000111110101011111100011110110110100010110000100100010001011110 | 8fabf1eda2c2448fabf1eda2c2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)