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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 褻畷仄B | 11100101111101101001001111101011100110001011101001000010 | e5f693eb98ba42 |
EUC-JP | 褻畷仄B | 11101010111110001100011011101101110100001011110001000010 | eaf8c6edd0bc42 |
UTF-8 | 褻畷仄B | 11101000101001001011101111100111100101011011011111100100101110111000010001000010 | e8a4bbe795b7e4bb8442 |
UHC | 褻?仄B | 111000001110000100111111111101101011000101000010 | e0e13ff6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)