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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | 隱ソ隍占嚏k | 11101000101010101011111111101000101001001001000011101000100110101000101001101011 | e8aabfe8a490e89a8a6b |
EUC-JP | 隱ソ隍占嚏k | 1111000010101100100011101011111111110000101001101100000011101010110100111110101001101011 | f0ac8ebff0a6c0ead3ea6b |
UTF-8 | 隱ソ隍占嚏k | 11101001100110101011000111101111101111011011111111101001100110101000110111100101100011011010000011100101100110101000111101101011 | e99ab1efbdbfe99a8de58da0e59a8f6b |
UHC | 隱?隍占?k | 111010111101111100111111111111001101101111101111101111110011111101101011 | ebdf3ffcdbefbf3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)