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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 篠?}篠?{^ | 100011101100001000111111011111011000111011000010001111110111101101011110 | 8ec23f7d8ec23f7b5e |
EUC-JP | 篠瘦}篠瘦{^ | 10111100110001001000111111001101111101110111110110111100110001001000111111001101111101110111101101011110 | bcc48fcdf77dbcc48fcdf77b5e |
UTF-8 | 篠瘦}篠瘦{^ | 111001111010111110100000111001111001100010100110011111011110011110101111101000001110011110011000101001100111101101011110 | e7afa0e798a67de7afa0e798a67b5e |
UHC | 篠瘦}篠瘦{^ | 1110000111000110111000101011000101111101111000011100011011100010101100010111101101011110 | e1c6e2b17de1c6e2b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)