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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韭オ邇紋齧隍 | 1110100011101010101101011110011110001110100101101110010011101010100101101110100010100100 | e8eab5e78e96e4ea96e8a4 |
EUC-JP | 韭オ邇紋齧隍 | 111100001110110010001110101101011110110111101110110011001110011011110011111101101111000010100110 | f0ec8eb5edeecce6f3f6f0a6 |
UTF-8 | 韭オ邇紋齧隍 | 111010011001111110101101111011111011110110110101111010011000001010000111111001111011010010001011111010011011110110100111111010011001101010001101 | e99fadefbdb5e98287e7b48be9bda7e99a8d |
UHC | ??邇紋齧隍 | 00111111001111111110110011000100110110101010001111100000111001011111110011011011 | 3f3fecc4daa3e0e5fcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)