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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 螢楢サ句屏}B | 1110010110100011100100111110100010111011100010111110010110011011101000000111110101000010 | e5a393e8bb8be59ba07d42 |
EUC-JP | 螢楢サ句屏}B | 111010101010010111000110111010101000111010111011101101101110011111010110101000100111110101000010 | eaa5c6ea8ebbb6e7d6a27d42 |
UTF-8 | 螢楢サ句屏}B | 1110100010011110101000101110011010100101101000101110111110111101101110111110010110001111101001011110010110110001100011110111110101000010 | e89ea2e6a5a2efbdbbe58fa5e5b18f7d42 |
UHC | 螢楢?句?}B | 11111011101010111110101011111001001111111100111110100011001111110111110101000010 | fbabeaf93fcfa33f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)