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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?嶽?? | 0011111110011011110101000011111100111111 | 3f9bd43f3f |
EUC-JP | ?嶽?? | 0011111111010110110101100011111100111111 | 3fd6d63f3f |
UTF-8 | 뺲嶽簾뻻 | 111010111011101010110010111001011011011010111101111011111010011010100110111010111011101110111011 | ebbab2e5b6bdefa6a6ebbbbb |
UHC | 뺲嶽簾뻻 | 1001010111111001111001001100000011100111101000011001011010000110 | 95f9e4c0e7a19686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)