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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 辭吝ョ、h辭 | 111001111000011010011001111001011010111010100100011010001110011110000110 | e78699e5aea468e786 |
EUC-JP | 辭吝ョ、h辭 | 1110110111100110110100101110011110001110101011101000111010100100011010001110110111100110 | ede6d2e78eae8ea468ede6 |
UTF-8 | 辭吝ョ、h辭 | 11101000101111101010110111100101100100001001110111101111101111011010111011101111101111011010010001101000111010001011111010101101 | e8beade5909defbdaeefbda468e8bead |
UHC | 辭吝??h辭 | 110111101111011011010111111100000011111100111111011010001101111011110110 | def6d7f03f3f68def6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)