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 | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-WIN | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
EUC-JP | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
UTF-8 | 찾쨉r}찾쨉r{^ | 1110110010110000101111101110110010101000100010010111001001111101111011001011000010111110111011001010100010001001011100100111101101011110 | ecb0beeca889727decb0beeca889727b5e |
UHC | 찾쨉r}찾쨉r{^ | 11000011101000111100001010110101011100100111110111000011101000111100001010110101011100100111101101011110 | c3a3c2b5727dc3a3c2b5727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)