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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??笹^ | 0011111100111111100011011111100101011110 | 3f3f8df95e |
EUC-JP | ??笹^ | 0011111100111111101110101111101101011110 | 3f3fbafb5e |
UTF-8 | 뻲굟笹^ | 11101011101110111011001011101010101101011001111111100111101011001011100101011110 | ebbbb2eab59fe7acb95e |
UHC | 뻲굟笹^ | 10010110011101111000001010000111111000011010101101011110 | 96778287e1ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)