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 | 蓚爺ウシ裨 | 1110010011101001100101101110101010110011101111001110010111101001 | e4e996eab3bce5e9 |
EUC-JP | 蓚爺ウシ裨 | 11101000111010111100110011101100100011101011001110001110101111001110101011101011 | e8ebccec8eb38ebceaeb |
UTF-8 | 蓚爺ウシ裨 | 111010001001001110011010111001111000100010111010111011111011110110110011111011111011110110111100111010001010001110101000 | e8939ae788baefbdb3efbdbce8a3a8 |
UHC | 蓚爺??裨 | 1110001010111110111001011010110000111111001111111101111010100101 | e2bee5ac3f3fdea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)