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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?脹??訪 | 00111111100100101010111100111111001111111001011001001011 | 3f92af3f3f964b |
EUC-JP | ?脹??訪 | 00111111110001001011000100111111001111111100101110101100 | 3fc4b13f3fcbac |
UTF-8 | 뤋脹킃샘訪 | 111010111010010010001011111010001000010010111001111011011000001010000011111011001000001110011000111010001010100010101010 | eba48be884b9ed8283ec8398e8a8aa |
UHC | 뤋脹킃샘訪 | 10001111101110111111001111101100101101001000111110111011111110011101101110111110 | 8fbbf3ecb48fbbf9dbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)