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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠏ェ雉」隴ッ | 111001011011010110101010111010001011001110100011111010001010110110101111 | e5b5aae8b3a3e8adaf |
EUC-JP | 蠏ェ雉」隴ッ | 111010101011011110001110101010101111000010110101100011101010001111110000101011111000111010101111 | eab78eaaf0b58ea3f0af8eaf |
UTF-8 | 蠏ェ雉」隴ッ | 111010001010000010001111111011111011110110101010111010011001101110001001111011111011110110100011111010011001101010110100111011111011110110101111 | e8a08fefbdaae99b89efbda3e99ab4efbdaf |
UHC | ??雉??? | 00111111001111111111011011001011001111110011111100111111 | 3f3ff6cb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)