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 | 篠?}篠?{^ | 101111001100010000111111011111011011110011000100001111110111101101011110 | bcc43f7dbcc43f7b5e |
UTF-8 | 篠숝}篠숝{^ | 111001111010111110100000111011001000100010011101011111011110011110101111101000001110110010001000100111010111101101011110 | e7afa0ec889d7de7afa0ec889d7b5e |
UHC | 篠숝}篠숝{^ | 1110000111000110100110011111101001111101111000011100011010011001111110100111101101011110 | e1c699fa7de1c699fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)