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 | 豼。繽晧恨 | 111001101011111110100001111000111000111110011101111011001000110110100110 | e6bfa1e38f9dec8da6 |
EUC-JP | 豼。繽晧恨 | 11101100110000011000111010100001111001011110111111011010111011101011101010101000 | ecc18ea1e5efdaeebaa8 |
UTF-8 | 豼。繽晧恨 | 111010001011000110111100111011111011110110100001111001111011100110111101111001101001100110100111111001101000000110101000 | e8b1bcefbda1e7b9bde699a7e681a8 |
UHC | ???晧恨 | 00111111001111110011111111111011110001011111100111001111 | 3f3f3ffbc5f9cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)