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 | è×? | 111010001101011100111111 | e8d73f |
SJIS-WIN | ?×蹕 | 0011111110000001011111101110011101001010 | 3f817ee74a |
EUC-JP | è×蹕 | 10001111101010111011001010100001110111111110110110101011 | 8fabb2a1dfedab |
UTF-8 | è×蹕 | 11000011101010001100001110010111111010001011100110010101 | c3a8c397e8b995 |
UHC | ?×? | 00111111101000011011111100111111 | 3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)