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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?傭~ | 00111111100101110110001001111110 | 3f97627e |
EUC-JP | ?傭~ | 00111111110011011100001101111110 | 3fcdc37e |
UTF-8 | 쒔傭~ | 11101100100100101001010011100101100000101010110101111110 | ec9294e582ad7e |
UHC | 쒔傭~ | 1011111010101101111010011011011001111110 | beade9b67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)