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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迯サ闥溯岡B | 11100111100011011011101111101000100100101001111111101000100010011010101001000010 | e78dbbe8929fe889aa42 |
EUC-JP | 迯サ闥溯岡B | 1110110111101101100011101011101111101111111100101101111011101010101100101010110001000010 | eded8ebbeff2deeab2ac42 |
UTF-8 | 迯サ闥溯岡B | 11101000101111111010111111101111101111011011101111101001100101111010010111100110101110101010111111100101101100101010000101000010 | e8bfafefbdbbe997a5e6baafe5b2a142 |
UHC | ???溯岡B | 0011111100111111001111111110000110111101110010111010101001000010 | 3f3f3fe1bdcbaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)