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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 盞糜爍L | 11100001101101011110001011110100111000001010000101001100 | e1b5e2f4e0a14c |
EUC-JP | 盞糜爍L | 11100010101101111110010011110110111000001010001101001100 | e2b7e4f6e0a34c |
UTF-8 | 盞糜爍L | 11100111100110111001111011100111101100111001110011100111100010001000110101001100 | e79b9ee7b39ce7888d4c |
UHC | 盞??L | 1110110111010011001111110011111101001100 | edd33f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)