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{^ | 1001111111110111001111110110111001111101100111111111011100111111011011100111101101011110 | 9ff73f6e7d9ff73f6e7b5e |
EUC-JP | 漿?n}漿?n{^ | 1101111011111001001111110110111001111101110111101111100100111111011011100111101101011110 | def93f6e7ddef93f6e7b5e |
UTF-8 | 漿렔n}漿렔n{^ | 1110011010111100101111111110101110100000100101000110111001111101111001101011110010111111111010111010000010010100011011100111101101011110 | e6bcbfeba0946e7de6bcbfeba0946e7b5e |
UHC | 漿렔n}漿렔n{^ | 11101101111011001000111010101001011011100111110111101101111011001000111010101001011011100111101101011110 | edec8ea96e7dedec8ea96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)