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 | ?cn}?cn{^ | 001111110110001101101110011111010011111101100011011011100111101101011110 | 3f636e7d3f636e7b5e |
SJIS-WIN | 漏cn}漏cn{^ | 1001100001010010011000110110111001111101100110000101001001100011011011100111101101011110 | 9852636e7d9852636e7b5e |
EUC-JP | 漏cn}漏cn{^ | 1100111110110011011000110110111001111101110011111011001101100011011011100111101101011110 | cfb3636e7dcfb3636e7b5e |
UTF-8 | 漏cn}漏cn{^ | 11100110101111001000111101100011011011100111110111100110101111001000111101100011011011100111101101011110 | e6bc8f636e7de6bc8f636e7b5e |
UHC | 漏cn}漏cn{^ | 1101011110101001011000110110111001111101110101111010100101100011011011100111101101011110 | d7a9636e7dd7a9636e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)