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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ィュ「遑ソ | 101010001010110110100010111001111010000110111111 | a8ada2e7a1bf |
EUC-JP | ィュ「遑ソ | 10001110101010001000111010101101100011101010001011101110101000111000111010111111 | 8ea88ead8ea2eea38ebf |
UTF-8 | ィュ「遑ソ | 111011111011110110101000111011111011110110101101111011111011110110100010111010011000000110010001111011111011110110111111 | efbda8efbdadefbda2e98191efbdbf |
UHC | ???遑? | 001111110011111100111111111111001101101000111111 | 3f3f3ffcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)