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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 氏??昔 | 100011101000000100111111001111111001000011001100 | 8e813f3f90cc |
EUC-JP | 氏??昔 | 101110111110000100111111001111111100000011001110 | bbe13f3fc0ce |
UTF-8 | 氏롌렎昔 | 111001101011000010001111111010111010000110001100111010111010000010001110111001101001100010010100 | e6b08feba18ceba08ee69894 |
UHC | 氏롌렎昔 | 1110010010101011100011101101001010001110101001001110000010101110 | e4ab8ed28ea4e0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)