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 | ý×? | 111111011101011100111111 | fdd73f |
SJIS-WIN | ?×蹕 | 0011111110000001011111101110011101001010 | 3f817ee74a |
EUC-JP | ý×蹕 | 10001111101010111111001010100001110111111110110110101011 | 8fabf2a1dfedab |
UTF-8 | ý×蹕 | 11000011101111011100001110010111111010001011100110010101 | c3bdc397e8b995 |
UHC | ?×? | 00111111101000011011111100111111 | 3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)