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 | 蓚爺ウシ褞 | 1110010011101001100101101110101010110011101111001110010111110000 | e4e996eab3bce5f0 |
EUC-JP | 蓚爺ウシ褞 | 11101000111010111100110011101100100011101011001110001110101111001110101011110010 | e8ebccec8eb38ebceaf2 |
UTF-8 | 蓚爺ウシ褞 | 111010001001001110011010111001111000100010111010111011111011110110110011111011111011110110111100111010001010010010011110 | e8939ae788baefbdb3efbdbce8a49e |
UHC | 蓚爺??? | 11100010101111101110010110101100001111110011111100111111 | e2bee5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)