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 | ??a}??a{^ | 001111110011111101100001011111010011111100111111011000010111101101011110 | 3f3f617d3f3f617b5e |
SJIS-WIN | ??a}??a{^ | 001111110011111101100001011111010011111100111111011000010111101101011110 | 3f3f617d3f3f617b5e |
EUC-JP | ??a}??a{^ | 001111110011111101100001011111010011111100111111011000010111101101011110 | 3f3f617d3f3f617b5e |
UTF-8 | 횞짤a}횞짤a{^ | 1110110110011010100111101110110010100111101001000110000101111101111011011001101010011110111011001010011110100100011000010111101101011110 | ed9a9eeca7a4617ded9a9eeca7a4617b5e |
UHC | 횞짤a}횞짤a{^ | 11000011100101111100001010101001011000010111110111000011100101111100001010101001011000010111101101011110 | c397c2a9617dc397c2a9617b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)