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 | 雕??庸 | 111010001011100000111111001111111001011101100110 | e8b83f3f9766 |
EUC-JP | 雕??庸 | 111100001011101000111111001111111100110111000111 | f0ba3f3fcdc7 |
UTF-8 | 雕섈뤚庸 | 111010011001101110010101111011001000010010001000111010111010010010011010111001011011101010111000 | e99b95ec8488eba49ae5bab8 |
UHC | 雕섈뤚庸 | 1111000011100111101111001010101010001111110010011110100110111100 | f0e7bcaa8fc9e9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)