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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 쩍쨘횠쨔쩍챤^ | 11101100101010011000110111101100101010001001100011101101100110101010000011101100101010001001010011101100101010011000110111101100101100011010010001011110 | eca98deca898ed9aa0eca894eca98decb1a45e |
UHC | 쩍쨘횠쨔쩍챤^ | 11000010101111011100001010111010110000111001100011000010101110011100001010111101110000111010111001011110 | c2bdc2bac398c2b9c2bdc3ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)