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 | 雜呰朝蠑 | 1110100010110110100110011110110110010010101010011110010110111100 | e8b699ed92a9e5bc |
EUC-JP | 雜呰朝蠑 | 1111000010111000110100101110111111000100101010111110101010111110 | f0b8d2efc4abeabe |
UTF-8 | 雜呰朝蠑 | 111010011001101110011100111001011001000110110000111001101001110010011101111010001010000010010001 | e99b9ce591b0e69c9de8a091 |
UHC | 雜?朝? | 111011011101101000111111111100001100100000111111 | edda3ff0c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)