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 | 郤帝痔鞦 | 1110011110111010100100101110100110001110101001001110100011100001 | e7ba92e98ea4e8e1 |
EUC-JP | 郤帝痔鞦 | 1110111010111100110001001110101110111100101001101111000011100011 | eebcc4ebbca6f0e3 |
UTF-8 | 郤帝痔鞦 | 111010011000001110100100111001011011100010011101111001111001011110010100111010011001111010100110 | e983a4e5b89de79794e99ea6 |
UHC | ?帝痔? | 001111111111000010101000111101101100000000111111 | 3ff0a8f6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)