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{^ | 1110101010110100101101001110010110111001101111000110111001111101111010101011010010110100111001011011100110111100011011100111101101011110 | eab4b4e5b9bc6e7deab4b4e5b9bc6e7b5e |
UHC | 괴幼n}괴幼n{^ | 10110001101010111110101011101010011011100111110110110001101010111110101011101010011011100111101101011110 | b1abeaea6e7db1abeaea6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)