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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 琺玳\ | 1110000011101001111000001101110001011100 | e0e9e0dc5c |
EUC-JP | 琺玳\ | 1110000011101011111000001101111001011100 | e0ebe0de5c |
UTF-8 | 琺玳\ | 11100111100100001011101011100111100011101011001101011100 | e790bae78eb35c |
UHC | 琺玳\ | 1101101111110111110100111110010101011100 | dbf7d3e55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)