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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ愿陳儚 | 11000010100111001100001110010010110000101001100101010010 | c29cc392c29952 |
EUC-JP | ツ愿陳儚 | 1000111011000010110110001100010111000100110001001101000110110011 | 8ec2d8c5c4c4d1b3 |
UTF-8 | ツ愿陳儚 | 111011111011111010000010111001101000010010111111111010011001100110110011111001011000010010011010 | efbe82e684bfe999b3e5849a |
UHC | ?愿陳? | 001111111110101010110100111100101110011100111111 | 3feab4f2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)