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 | 靭?湲? | 100100000111100000111111100111111101000100111111 | 90783f9fd13f |
EUC-JP | 靭?湲? | 101111111101100100111111110111101101001100111111 | bfd93fded33f |
UTF-8 | 靭렒湲렰 | 111010011001110110101101111010111010000010010010111001101011100110110010111010111010000010110000 | e99dadeba092e6b9b2eba0b0 |
UHC | 靭렒湲렰 | 1110110011100101100011101010011111101010101110001000111010111101 | ece58ea7eab88ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)