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 | cBN}cBN{^ | 1001000001100011010000100100111001111101100100000110001101000010010011100111101101011110 | 9063424e7d9063424e7b5e |
SJIS-WIN | ?cBN}?cBN{^ | 0011111101100011010000100100111001111101001111110110001101000010010011100111101101011110 | 3f63424e7d3f63424e7b5e |
EUC-JP | ?cBN}?cBN{^ | 0011111101100011010000100100111001111101001111110110001101000010010011100111101101011110 | 3f63424e7d3f63424e7b5e |
UTF-8 | cBN}cBN{^ | 11000010100100000110001101000010010011100111110111000010100100000110001101000010010011100111101101011110 | c29063424e7dc29063424e7b5e |
UHC | ?cBN}?cBN{^ | 0011111101100011010000100100111001111101001111110110001101000010010011100111101101011110 | 3f63424e7d3f63424e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)