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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
UTF-8 | 챕짹짠챌짙혖~ | 11101100101100011001010111101100101001111011100111101100101001111010000011101100101100011000110011101100101001111001100111101101100110001001011001111110 | ecb195eca7b9eca7a0ecb18ceca799ed98967e |
UHC | 챕짹짠챌짙혖~ | 11000011101010011100001010110001110000101010011111000011101001111100001010100011110000101000000101111110 | c3a9c2b1c2a7c3a7c2a3c2817e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)