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 | 衙煙惡循徇 | 11100101110010011000100110001100100111001010011010001111011110101001110001101101 | e5c9898c9ca68f7a9c6d |
EUC-JP | 衙煙惡循徇 | 11101010110010111011000111101100110110001010100010111101110110111101011111001110 | eacbb1ecd8a8bddbd7ce |
UTF-8 | 衙煙惡循徇 | 111010001010000110011001111001111000010110011001111001101000001110100001111001011011111010101010111001011011111010000111 | e8a199e78599e683a1e5beaae5be87 |
UHC | 衙煙惡循徇 | 11100100101101111110011011010101111001001100001011100010111000001110001011011111 | e4b7e6d5e4c2e2e0e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)