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 | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
SJIS-WIN | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
EUC-JP | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
UTF-8 | 챕혖혵챌혺짯U | 11101100101100011001010111101101100110001001011011101101100110001011010111101100101100011000110011101101100110001011101011101100101001111010111101010101 | ecb195ed9896ed98b5ecb18ced98baeca7af55 |
UHC | 챕혖혵챌혺짯U | 11000011101010011100001010000001110000101001110011000011101001111100001010011111110000101010110101010101 | c3a9c281c29cc3a7c29fc2ad55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)