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 | 鮓蛾カサ貂 | 1110100110110110100010011110100110110110101110111110011010111000 | e9b689e9b6bbe6b8 |
EUC-JP | 鮓蛾カサ貂 | 11110010101110001011001011101011100011101011011010001110101110111110110010111010 | f2b8b2eb8eb68ebbecba |
UTF-8 | 鮓蛾カサ貂 | 111010011010111010010011111010001001101110111110111011111011110110110110111011111011110110111011111010001011001010000010 | e9ae93e89bbeefbdb6efbdbbe8b282 |
UHC | ?蛾??貂 | 00111111111001001011011000111111001111111111010110110000 | 3fe4b63f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)