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 | 雜∵勁ホ | 11101000101101101000000111100110100110011010010011001110 | e8b681e699a4ce |
EUC-JP | 雜∵勁ホ | 1111000010111000101000101110100011010010101001101000111011001110 | f0b8a2e8d2a68ece |
UTF-8 | 雜∵勁ホ | 111010011001101110011100111000101000100010110101111001011000101110000001111011111011111010001110 | e99b9ce288b5e58b81efbe8e |
UHC | 雜∵勁? | 11101101110110101010000111110001110011001100110100111111 | eddaa1f1cccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)