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 | ???要ι | 00111111001111110011111110010111011101101000001111000111 | 3f3f3f977683c7 |
EUC-JP | ???要ι | 00111111001111110011111111001101110101111010011011001001 | 3f3f3fcdd7a6c9 |
UTF-8 | 曆띈츝要ι | 1110111110100110100010111110101110011101100010001110110010111000100111011110100010100110100000011100111010111001 | efa68beb9d88ecb89de8a681ceb9 |
UHC | 曆띈츝要ι | 11100110101101111011011011101000101011101001011011101001101010011010010111101001 | e6b7b6e8ae96e9a9a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)