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 | 褝雅ク愿 | 11100101111110101000100111101011101110001001110011000011 | e5fa89ebb89cc3 |
EUC-JP | 褝雅ク愿 | 1110101011111100101100101110110110001110101110001101100011000101 | eafcb2ed8eb8d8c5 |
UTF-8 | 褝雅ク愿 | 111010001010010010011101111010011001101110000101111011111011110110111000111001101000010010111111 | e8a49de99b85efbdb8e684bf |
UHC | ?雅?愿 | 001111111110010010111010001111111110101010110100 | 3fe4ba3feab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)