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 | 獵゚ナ瑰 | 111000001101100011011111110001011110000011110001 | e0d8dfc5e0f1 |
EUC-JP | 獵゚ナ瑰 | 1110000011011010100011101101111110001110110001011110000011110011 | e0da8edf8ec5e0f3 |
UTF-8 | 獵゚ナ瑰 | 111001111000110110110101111011111011111010011111111011111011111010000101111001111001000110110000 | e78db5efbe9fefbe85e791b0 |
UHC | 獵??? | 1101011010110100001111110011111100111111 | d6b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)