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 | ?甚?甚^ | 00111111100100000111001000111111100100000111001001011110 | 3f90723f90725e |
EUC-JP | ?甚?甚^ | 00111111101111111101001100111111101111111101001101011110 | 3fbfd33fbfd35e |
UTF-8 | 쌺甚쌺甚^ | 11101100100011001011101011100111100101001001101011101100100011001011101011100111100101001001101001011110 | ec8cbae7949aec8cbae7949a5e |
UHC | 쌺甚쌺甚^ | 100110110110100011100100101001001001101101101000111001001010010001011110 | 9b68e4a49b68e4a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)