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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 霆丞渕遲耽c^ | 111010001011101110001111111001011001111110111010111001111010110110010010010111100110001101011110 | e8bb8fe59fbae7ad925e635e |
EUC-JP | 霆丞渕遲耽c^ | 111100001011110110111110111001111101111010111100111011101010111111000011101111110110001101011110 | f0bdbee7debceeafc3bf635e |
UTF-8 | 霆丞渕遲耽c^ | 1110100110011100100001101110010010111000100111101110011010111000100101011110100110000001101100101110100010000000101111010110001101011110 | e99c86e4b89ee6b895e981b2e880bd635e |
UHC | 霆丞?遲耽c^ | 1110111111111101111000111010101000111111111100101100000011110111101100000110001101011110 | effde3aa3ff2c0f7b0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)