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 | 貅仙插逞 | 1110011010111010100100001110010110011101100001111110011110010111 | e6ba90e59d87e797 |
EUC-JP | 貅仙插逞 | 1110110010111100110000001110011111011001111001111110110111110111 | ecbcc0e7d9e7edf7 |
UTF-8 | 貅仙插逞 | 111010001011001010000101111001001011101110011001111001101000111110010010111010011000000010011110 | e8b285e4bb99e68f92e9809e |
UHC | ?仙?逞 | 001111111110000010111001001111111101011011000001 | 3fe0b93fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)