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 | 貅仙插踞 | 1110011010111010100100001110010110011101100001111110011011110101 | e6ba90e59d87e6f5 |
EUC-JP | 貅仙插踞 | 1110110010111100110000001110011111011001111001111110110011110111 | ecbcc0e7d9e7ecf7 |
UTF-8 | 貅仙插踞 | 111010001011001010000101111001001011101110011001111001101000111110010010111010001011100010011110 | e8b285e4bb99e68f92e8b89e |
UHC | ?仙?踞 | 001111111110000010111001001111111100101111100110 | 3fe0b93fcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)