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 | 0011111101101101 | 3f6d |
SJIS-WIN | 睫m | 111000011100101001101101 | e1ca6d |
EUC-JP | 睫m | 111000101100110001101101 | e2cc6d |
UTF-8 | 睫m | 11100111100111011010101101101101 | e79dab6d |
UHC | 睫m | 111101001110001001101101 | f4e26d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)