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 | ??J}??J{^ | 001111110011111101001010011111010011111100111111010010100111101101011110 | 3f3f4a7d3f3f4a7b5e |
SJIS-WIN | ?宗J}?宗J{^ | 0011111110001111010000000100101001111101001111111000111101000000010010100111101101011110 | 3f8f404a7d3f8f404a7b5e |
EUC-JP | ?宗J}?宗J{^ | 0011111110111101101000010100101001111101001111111011110110100001010010100111101101011110 | 3fbda14a7d3fbda14a7b5e |
UTF-8 | 윽宗J}윽宗J{^ | 1110110010011100101111011110010110101110100101110100101001111101111011001001110010111101111001011010111010010111010010100111101101011110 | ec9cbde5ae974a7dec9cbde5ae974a7b5e |
UHC | 윽宗J}윽宗J{^ | 11000000101110011111000011110011010010100111110111000000101110011111000011110011010010100111101101011110 | c0b9f0f34a7dc0b9f0f34a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)