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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闔オ闖賂 | 11101000100011101011010111101000100011111001100001000111 | e88eb5e88f9847 |
EUC-JP | 闔オ闖賂 | 1110111111101110100011101011010111101111111011111100111110101000 | efee8eb5efefcfa8 |
UTF-8 | 闔オ闖賂 | 111010011001011110010100111011111011110110110101111010011001011110010110111010001011001110000010 | e99794efbdb5e99796e8b382 |
UHC | 闔?闖賂 | 11111001111011110011111111110111111001101101011011110001 | f9ef3ff7e6d6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)