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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?俯}?俯{^ | 001111111001100011101011011111010011111110011000111010110111101101011110 | 3f98eb7d3f98eb7b5e |
EUC-JP | ?俯}?俯{^ | 001111111101000011101101011111010011111111010000111011010111101101011110 | 3fd0ed7d3fd0ed7b5e |
UTF-8 | 장俯}장俯{^ | 111011001001111010100101111001001011111110101111011111011110110010011110101001011110010010111111101011110111101101011110 | ec9ea5e4bfaf7dec9ea5e4bfaf7b5e |
UHC | 장俯}장俯{^ | 1100000011100101110111001111011001111101110000001110010111011100111101100111101101011110 | c0e5dcf67dc0e5dcf67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)