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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣???矣 | 11100001111000010011111100111111001111111110000111100001 | e1e13f3f3fe1e1 |
EUC-JP | 矣???矣 | 11100010111000110011111100111111001111111110001011100011 | e2e33f3f3fe2e3 |
UTF-8 | 矣펴렲렖矣 | 111001111001111110100011111011011000111010110100111010111010000010110010111010111010000010010110111001111001111110100011 | e79fa3ed8eb4eba0b2eba096e79fa3 |
UHC | 矣펴렲렖矣 | 11101011111110001100011011101100100011101011111110001110101010111110101111111000 | ebf8c6ec8ebf8eabebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)