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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?弱? | 00111111100011101110001100111111 | 3f8ee33f |
EUC-JP | ?弱庾 | 001111111011110011100101100011111011110011001110 | 3fbce58fbcce |
UTF-8 | 뤙弱庾 | 111010111010010010011001111001011011110010110001111001011011101010111110 | eba499e5bcb1e5babe |
UHC | 뤙弱庾 | 100011111100100011100101101100001110101011101100 | 8fc8e5b0eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)