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 | ñéÜ袰 | 1111000111101001110111001110100010001110101000101000111010110000 | f1e9dce88ea28eb0 |
SJIS-WIN | ?????¢?° | 00111111001111110011111100111111001111111000000110010001001111111000000110001011 | 3f3f3f3f3f81913f818b |
EUC-JP | ñéÜè?¢?° | 100011111010101111010000100011111010101110110001100011111010101011100100100011111010101110110010001111111010000111110001001111111010000111101011 | 8fabd08fabb18faae48fabb23fa1f13fa1eb |
UTF-8 | ñéÜ袰 | 11000011101100011100001110101001110000111001110011000011101010001100001010001110110000101010001011000010100011101100001010110000 | c3b1c3a9c39cc3a8c28ec2a2c28ec2b0 |
UHC | ???????° | 001111110011111100111111001111110011111100111111001111111010000111000110 | 3f3f3f3f3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)