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 | ??務瑤 | 001111110011111110010110101100011110101010100010 | 3f3f96b1eaa2 |
EUC-JP | 塡?務瑤 | 1000111110111000101101000011111111001100101100111111010010100100 | 8fb8b43fccb3f4a4 |
UTF-8 | 塡븀務瑤 | 111001011010000110100001111010111011100010000000111001011000101110011001111001111001000110100100 | e5a1a1ebb880e58b99e791a4 |
UHC | 塡븀務瑤 | 1110111011110011101110101110011111011001111000101110100011111101 | eef3bae7d9e2e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)