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 | 綜??瀅 | 100100011000111000111111001111111111101101001110 | 918e3f3ffb4e |
EUC-JP | 綜??瀅 | 11000001111011100011111100111111100011111100100110101011 | c1ee3f3f8fc9ab |
UTF-8 | 綜븃ㄱ瀅 | 111001111011011010011100111010111011100010000011111000111000010010110001111001111000000010000101 | e7b69cebb883e384b1e78085 |
UHC | 綜븃ㄱ瀅 | 1111000011111100101110101110100010100100101000011111101110100100 | f0fcbae8a4a1fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)