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 | 鄂ィ蝪セ隧 | 1110011110111101101010001110010110100001101111101110100010101001 | e7bda8e5a1bee8a9 |
EUC-JP | 鄂ィ蝪セ隧 | 11101110101111111000111010101000111010101010001110001110101111101111000010101011 | eebf8ea8eaa38ebef0ab |
UTF-8 | 鄂ィ蝪セ隧 | 111010011000010010000010111011111011110110101000111010001001110110101010111011111011110110111110111010011001101010100111 | e98482efbda8e89daaefbdbee99aa7 |
UHC | 鄂???隧 | 11100100110001110011111100111111001111111110001011001010 | e4c73f3f3fe2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)