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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 櫻???ф? | 1001111101001110001111110011111100111111100001001000011000111111 | 9f4e3f3f3f84863f |
EUC-JP | 櫻???ф? | 1101110110101111001111110011111100111111101001111110011000111111 | ddaf3f3f3fa7e63f |
UTF-8 | 櫻뗫봽流ф룚 | 1110011010101011101110111110101110010111101010111110101110110100101111011110111110100111100010101101000110000100111010111010001110011010 | e6abbbeb97abebb4bdefa78ad184eba39a |
UHC | 櫻뗫봽流ф룚 | 111001011010000110001011111010111001010010000100111010101111110010101100111001101000111110010110 | e5a18beb9484eafcace68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)