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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 邏憺ッ械F | 1110011110110100100111001110100110101111100010100100001001000110 | e7b49ce9af8a4246 |
EUC-JP | 邏憺ッ械F | 111011101011011011011000111010111000111010101111101100111010001101000110 | eeb6d8eb8eafb3a346 |
UTF-8 | 邏憺ッ械F | 11101001100000101000111111100110100001101011101011101111101111011010111111100110101000101011000001000110 | e9828fe686baefbdafe6a2b046 |
UHC | 邏憺?械F | 1101010110100100110100111011110000111111110011001111111001000110 | d5a4d3bc3fccfe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)