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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 俑ヨ?撓 | 10011000110110101000001110001000001111111001110110011010 | 98da83883f9d9a |
EUC-JP | 俑ヨ?撓 | 11010000110111001010010111101000001111111101100111111010 | d0dca5e83fd9fa |
UTF-8 | 俑ヨ구撓 | 111001001011111110010001111000111000001110101000111010101011010110101100111001101001001010010011 | e4bf91e383a8eab5ace69293 |
UHC | 俑ヨ구撓 | 1110100110110101101010111110100010110001101110001110100011110101 | e9b5abe8b1b8e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)