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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???設^ | 001111110011111100111111100100001101110101011110 | 3f3f3f90dd5e |
EUC-JP | ???設^ | 001111110011111100111111110000001101111101011110 | 3f3f3fc0df5e |
UTF-8 | 밹쒢밹設^ | 11101011101100001011100111101100100100101010001011101011101100001011100111101000101010001010110101011110 | ebb0b9ec92a2ebb0b9e8a8ad5e |
UHC | 밹쒢밹設^ | 100100110110001110011100111101111001001101100011111000001110001001011110 | 93639cf79363e0e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)