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 | ツ愿按佚 | 11000010100111001100001110001000110000101001100011000011 | c29cc388c298c3 |
EUC-JP | ツ愿按佚 | 1000111011000010110110001100010110110000110001001101000011000101 | 8ec2d8c5b0c4d0c5 |
UTF-8 | ツ愿按佚 | 111011111011111010000010111001101000010010111111111001101000110010001001111001001011110110011010 | efbe82e684bfe68c89e4bd9a |
UHC | ?愿按佚 | 00111111111010101011010011100100110011101110110011101010 | 3feab4e4ceecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)