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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 拾??] | 1000111101000101001111110011111101011101 | 8f453f3f5d |
EUC-JP | 拾??] | 1011110110100110001111110011111101011101 | bda63f3f5d |
UTF-8 | 拾룉뤍] | 11100110100010111011111011101011101000111000100111101011101001001000110101011101 | e68bbeeba389eba48d5d |
UHC | 拾룉뤍] | 11100011101001101000111110001000100011111011110101011101 | e3a68f888fbd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)