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 | ツ愿按儡 | 11000010100111001100001110001000110000101001100101010011 | c29cc388c29953 |
EUC-JP | ツ愿按儡 | 1000111011000010110110001100010110110000110001001101000110110100 | 8ec2d8c5b0c4d1b4 |
UTF-8 | ツ愿按儡 | 111011111011111010000010111001101000010010111111111001101000110010001001111001011000010010100001 | efbe82e684bfe68c89e584a1 |
UHC | ?愿按儡 | 00111111111010101011010011100100110011101101011011101101 | 3feab4e4ced6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)