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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 直萎直萎B | 100100101011110010001000110111101001001010111100100010001101111001000010 | 92bc88de92bc88de42 |
EUC-JP | 直萎直萎B | 110001001011111010110000111000001100010010111110101100001110000001000010 | c4beb0e0c4beb0e042 |
UTF-8 | 直萎直萎B | 11100111100110111011010011101000100100001000111011100111100110111011010011101000100100001000111001000010 | e79bb4e8908ee79bb4e8908e42 |
UHC | 直萎直萎B | 111100101100000111101010110101111111001011000001111010101101011101000010 | f2c1ead7f2c1ead742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)