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 | ?????Wm | 00111111001111110011111100111111001111110101011101101101 | 3f3f3f3f3f576d |
SJIS-WIN | ????沃Wm | 0011111100111111001111110011111110010111100000000101011101101101 | 3f3f3f3f9780576d |
EUC-JP | ????沃Wm | 0011111100111111001111110011111111001101111000000101011101101101 | 3f3f3f3fcde0576d |
UTF-8 | 롔롂롛롁沃Wm | 1110101110100001100101001110101110100001100000101110101110100001100110111110101110100001100000011110011010110010100000110101011101101101 | eba194eba182eba19beba181e6b283576d |
UHC | 롔롂롛롁沃Wm | 100011101101100010001110110010011000111011011111100011101100100011101000101010100101011101101101 | 8ed88ec98edf8ec8e8aa576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)