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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ユァE | 11010101111100011100111010100111111100101111100101000101 | d5f1cea7f2f945 |
EUC-JP | ユ?ァ?E | 10001110110101010011111110001110101001110011111101000101 | 8ed53f8ea73f45 |
UTF-8 | ユァE | 11101111101111101001010111101110100001011000100111101111101111011010011111101110100010001011000001000101 | efbe95ee8589efbda7ee88b045 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)