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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 燿睹燿睹^ | 111000001010000011100001110011111110000010100000111000011100111101011110 | e0a0e1cfe0a0e1cf5e |
EUC-JP | 燿睹燿睹^ | 111000001010001011100010110100011110000010100010111000101101000101011110 | e0a2e2d1e0a2e2d15e |
UTF-8 | 燿睹燿睹^ | 11100111100001111011111111100111100111011011100111100111100001111011111111100111100111011011100101011110 | e787bfe79db9e787bfe79db95e |
UHC | 燿睹燿睹^ | 111010001111110011010100101010011110100011111100110101001010100101011110 | e8fcd4a9e8fcd4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)