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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隰晏、ア | 111010001010110010011101111001011010010010110001 | e8ac9de5a4b1 |
EUC-JP | 隰晏、ア | 1111000010101110110110101110011110001110101001001000111010110001 | f0aedae78ea48eb1 |
UTF-8 | 隰晏、ア | 111010011001101010110000111001101001100110001111111011111011110110100100111011111011110110110001 | e99ab0e6998fefbda4efbdb1 |
UHC | ?晏?? | 0011111111100100110011110011111100111111 | 3fe4cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)