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 | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
SJIS-WIN | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
EUC-JP | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
UTF-8 | 챠짰s}챠짰s{^ | 1110110010110001101000001110110010100111101100000111001101111101111011001011000110100000111011001010011110110000011100110111101101011110 | ecb1a0eca7b0737decb1a0eca7b0737b5e |
UHC | 챠짰s}챠짰s{^ | 11000011101011011100001010101110011100110111110111000011101011011100001010101110011100110111101101011110 | c3adc2ae737dc3adc2ae737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)