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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 悽??悽??^ | 100111001010110000111111001111111001110010101100001111110011111101011110 | 9cac3f3f9cac3f3f5e |
EUC-JP | 悽??悽??^ | 110110001010111000111111001111111101100010101110001111110011111101011110 | d8ae3f3fd8ae3f3f5e |
UTF-8 | 悽렢롚悽렢롘^ | 11100110100000101011110111101011101000001010001011101011101000011001101011100110100000101011110111101011101000001010001011101011101000011001100001011110 | e682bdeba0a2eba19ae682bdeba0a2eba1985e |
UHC | 悽렢롚悽렢롘^ | 11110100101001001000111010110011100011101101111011110100101001001000111010110011100011101101110001011110 | f4a48eb38edef4a48eb38edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)