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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?幼n}?幼n{^ | 0011111110010111011000110110111001111101001111111001011101100011011011100111101101011110 | 3f97636e7d3f97636e7b5e |
EUC-JP | ?幼n}?幼n{^ | 0011111111001101110001000110111001111101001111111100110111000100011011100111101101011110 | 3fcdc46e7d3fcdc46e7b5e |
UTF-8 | 큇幼n}큇幼n{^ | 1110110110000001100001111110010110111001101111000110111001111101111011011000000110000111111001011011100110111100011011100111101101011110 | ed8187e5b9bc6e7ded8187e5b9bc6e7b5e |
UHC | 큇幼n}큇幼n{^ | 11000101101000111110101011101010011011100111110111000101101000111110101011101010011011100111101101011110 | c5a3eaea6e7dc5a3eaea6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)