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 | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
EUC-JP | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
UTF-8 | 챵횁WD챵횁WD^ | 1110110010110001101101011110110110011010100000010101011101000100111011001011000110110101111011011001101010000001010101110100010001011110 | ecb1b5ed9a815744ecb1b5ed9a8157445e |
UHC | 챵횁WD챵횁WD^ | 11000011101100101100001110000001010101110100010011000011101100101100001110000001010101110100010001011110 | c3b2c3815744c3b2c38157445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)