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 | 蓚爺イシ碪 | 1110010011101001100101101110101010110010101111001110000111110010 | e4e996eab2bce1f2 |
EUC-JP | 蓚爺イシ碪 | 11101000111010111100110011101100100011101011001010001110101111001110001011110100 | e8ebccec8eb28ebce2f4 |
UTF-8 | 蓚爺イシ碪 | 111010001001001110011010111001111000100010111010111011111011110110110010111011111011110110111100111001111010001010101010 | e8939ae788baefbdb2efbdbce7a2aa |
UHC | 蓚爺??? | 11100010101111101110010110101100001111110011111100111111 | e2bee5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)