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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 航???② | 10001101011100010011111100111111001111111000011101000001 | 8d713f3f3f8741 |
EUC-JP | 航???? | 101110011101001000111111001111110011111100111111 | b9d23f3f3f3f |
UTF-8 | 航룬눈緣② | 111010001000100010101010111010111010001110101100111010111000100010001000111001111011011110100011111000101001000110100001 | e888aaeba3aceb8888e7b7a3e291a1 |
UHC | 航룬눈緣② | 11111001111111101011011111101001101101001010101111100110110111101010100011101000 | f9feb7e9b4abe6dea8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)