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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雉贋シ殊ー | 1110100010110011100010101110010010111100100011101110101010110000 | e8b38ae4bc8eeab0 |
EUC-JP | 雉贋シ殊ー | 11110000101101011011010011100110100011101011110010111100111011001000111010110000 | f0b5b4e68ebcbcec8eb0 |
UTF-8 | 雉贋シ殊ー | 111010011001101110001001111010001011010010001011111011111011110110111100111001101010111010001010111011111011110110110000 | e99b89e8b48befbdbce6ae8aefbdb0 |
UHC | 雉??殊? | 11110110110010110011111100111111111000101010100000111111 | f6cb3f3fe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)