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 | 11111011110001001101101011101001101101101010010001000110 | fbc4dae9b6a446 |
EUC-JP | 鈺レ鮓、F | 10001111111000111101010110001110110110101111001010111000100011101010010001000110 | 8fe3d58edaf2b88ea446 |
UTF-8 | 鈺レ鮓、F | 11101001100010001011101011101111101111101001101011101001101011101001001111101111101111011010010001000110 | e988baefbe9ae9ae93efbda446 |
UHC | 鈺???F | 111010001010110100111111001111110011111101000110 | e8ad3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)