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 | ??ª? | 00111111001111111010101000111111 | 3f3faa3f |
SJIS-WIN | 鈺??弱 | 111110111100010000111111001111111000111011100011 | fbc43f3f8ee3 |
EUC-JP | 鈺?ª弱 | 100011111110001111010101001111111000111110100010111011001011110011100101 | 8fe3d53f8fa2ecbce5 |
UTF-8 | 鈺뤸ª弱 | 1110100110001000101110101110101110100100101110001100001010101010111001011011110010110001 | e988baeba4b8c2aae5bcb1 |
UHC | 鈺뤸ª弱 | 1110100010101101100011111110011010101000101000111110010110110000 | e8ad8fe6a8a3e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)