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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 莢゚、莢贅E | 111001001011000011011111101001001110010010110000111001101101001001000101 | e4b0dfa4e4b0e6d245 |
EUC-JP | 莢゚、莢贅E | 1110100010110010100011101101111110001110101001001110100010110010111011001101010001000101 | e8b28edf8ea4e8b2ecd445 |
UTF-8 | 莢゚、莢贅E | 11101000100011101010001011101111101111101001111111101111101111011010010011101000100011101010001011101000101101001000010101000101 | e88ea2efbe9fefbda4e88ea2e8b48545 |
UHC | 莢??莢贅E | 111110101111100000111111001111111111101011111000111101101010000101000101 | faf83f3ffaf8f6a145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)