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 | 纓駈集鐓 | 1110001110010111100010111110110110001111010101111110100001011101 | e3978bed8f57e85d |
EUC-JP | 纓駈集鐓 | 1110010111110111101101101110111110111101101110001110111110111110 | e5f7b6efbdb8efbe |
UTF-8 | 纓駈集鐓 | 111001111011101010010011111010011010011110001000111010011001101110000110111010011001000010010011 | e7ba93e9a788e99b86e99093 |
UHC | 纓?集? | 111001111100010100111111111100111010001000111111 | e7c53ff3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)