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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?辱?? | 0011111110010000010010100011111100111111 | 3f904a3f3f |
EUC-JP | ?辱?? | 0011111110111111101010110011111100111111 | 3fbfab3f3f |
UTF-8 | 쒔辱렊렚 | 111011001001001010010100111010001011111010110001111010111010000010001010111010111010000010011010 | ec9294e8beb1eba08aeba09a |
UHC | 쒔辱렊렚 | 1011111010101101111010011011010010001110101000011000111010101101 | beade9b48ea18ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)