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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 懌繖v懌繖vB | 1001110011100010111000111000010001110110100111001110001011100011100001000111011001000010 | 9ce2e384769ce2e3847642 |
EUC-JP | 懌繖v懌繖vB | 1101100011100100111001011110010001110110110110001110010011100101111001000111011001000010 | d8e4e5e476d8e4e5e47642 |
UTF-8 | 懌繖v懌繖vB | 111001101000011110001100111001111011100110010110011101101110011010000111100011001110011110111001100101100111011001000010 | e6878ce7b99676e6878ce7b9967642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)