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 | ??粮??梁^ | 001111110011111111100010111011000011111100111111100101111100000001011110 | 3f3fe2ec3f3f97c05e |
EUC-JP | ??粮??梁^ | 001111110011111111100100111011100011111100111111110011101100001001011110 | 3f3fe4ee3f3fcec25e |
UTF-8 | 뤺힘粮뤺힘梁^ | 11101011101001001011101011101101100111101001100011100111101100101010111011101011101001001011101011101101100111101001100011100110101000101000000101011110 | eba4baed9e98e7b2aeeba4baed9e98e6a2815e |
UHC | 뤺힘粮뤺힘梁^ | 10001111111010001100100011111011110101011101101110001111111010001100100011111011110101011101100101011110 | 8fe8c8fbd5db8fe8c8fbd5d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)