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 | 10001111101101001100011110100111111001111111101101000110 | 8fb4c7a7e7fb46 |
EUC-JP | 抄ヌァ鍄F | 101111101011011010001110110001111000111010100111111011101111110101000110 | beb68ec78ea7eefd46 |
UTF-8 | 抄ヌァ鍄F | 11100110100010101000010011101111101111101000011111101111101111011010011111101001100011011000010001000110 | e68a84efbe87efbda7e98d8446 |
UHC | 抄???F | 111101001111110000111111001111110011111101000110 | f4fc3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)