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 | 111001111011101010010110010110011110011110111010100101100110001001000101 | e7ba9659e7ba966245 |
EUC-JP | 郤忘郤肪E | 111011101011110011001011101110101110111010111100110010111100001101000101 | eebccbbaeebccbc345 |
UTF-8 | 郤忘郤肪E | 11101001100000111010010011100101101111111001100011101001100000111010010011101000100000101010101001000101 | e983a4e5bf98e983a4e882aa45 |
UHC | ?忘?肪E | 00111111110110001100111000111111110110111011100001000101 | 3fd8ce3fdbb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)