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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 齬??媛?B | 1110101010010111001111110011111110010101010100010011111101000010 | ea973f3f95513f42 |
EUC-JP | 齬??媛?B | 1111001111110111001111110011111111001001101100100011111101000010 | f3f73f3fc9b23f42 |
UTF-8 | 齬잙챺媛퍫B | 11101001101111011010110011101100100111101001100111101100101100011011101011100101101010101001101111101101100011011010101101000010 | e9bdacec9e99ecb1bae5aa9bed8dab42 |
UHC | 齬잙챺媛퍫B | 1110010111100001100111111110101110101010100001111110101010110000101111000100001001000010 | e5e19febaa87eab0bc4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)