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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 狸坦m | 1001001001001011100100100101001001101101 | 924b92526d |
EUC-JP | 狸坦m | 1100001110101100110000111011001101101101 | c3acc3b36d |
UTF-8 | 狸坦m | 11100111100010111011100011100101100111011010011001101101 | e78bb8e59da66d |
UHC | 狸坦m | 1101011111100001111101111010010001101101 | d7e1f7a46d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)