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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 韭ォ雍也羲F | 11101000111010101010101111101000101101001001011011100111111000111011101001000110 | e8eaabe8b496e7e3ba46 |
EUC-JP | 韭ォ雍也羲F | 1111000011101100100011101010101111110000101101101100110011101001111001101011110001000110 | f0ec8eabf0b6cce9e6bc46 |
UTF-8 | 韭ォ雍也羲F | 11101001100111111010110111101111101111011010101111101001100110111000110111100100101110011001111111100111101111101011001001000110 | e99fadefbdabe99b8de4b99fe7beb246 |
UHC | ??雍也羲F | 001111110011111111101000101111001110010110100101111111011111110101000110 | 3f3fe8bce5a5fdfd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)