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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 迢ク蟄伜ア曖F | 1110011110001011101110001110010110101101100110001110010110110001100111100100001001000110 | e78bb8e5ad98e5b19e4246 |
EUC-JP | 迢ク蟄伜ア曖F | 11101101111010111000111010111000111010101010111111010000111001111000111010110001110110111010001101000110 | edeb8eb8eaafd0e78eb1dba346 |
UTF-8 | 迢ク蟄伜ア曖F | 11101000101111111010001011101111101111011011100011101000100111111000010011100100101111001001110011101111101111011011000111100110100110111001011001000110 | e8bfa2efbdb8e89f84e4bc9cefbdb1e69b9646 |
UHC | ??蟄??曖F | 001111110011111111110110110111100011111100111111111001001111001001000110 | 3f3ff6de3f3fe4f246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)