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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闡雅」ィ繪ヲB | 11101000100100011000100111101011101000111010100011100011100010011010011001000010 | e89189eba3a8e389a642 |
EUC-JP | 闡雅」ィ繪ヲB | 11101111111100011011001011101101100011101010001110001110101010001110010111101001100011101010011001000010 | eff1b2ed8ea38ea8e5e98ea642 |
UTF-8 | 闡雅」ィ繪ヲB | 11101001100101111010000111101001100110111000010111101111101111011010001111101111101111011010100011100111101110011010101011101111101111011010011001000010 | e997a1e99b85efbda3efbda8e7b9aaefbda642 |
UHC | 闡雅??繪?B | 11110100110001011110010010111010001111110011111111111100111010110011111101000010 | f4c5e4ba3f3ffceb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)