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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 凞リ鰓、B | 11111011010110001101100011101001110100101010010001000010 | fb58d8e9d2a442 |
EUC-JP | ?リ鰓、B | 0011111110001110110110001111001011010100100011101010010001000010 | 3f8ed8f2d48ea442 |
UTF-8 | 凞リ鰓、B | 11101111101010001001010111101111101111101001100011101001101100001001001111101111101111011010010001000010 | efa895efbe98e9b093efbda442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)