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 | 巍?槽? | 100110111101100100111111100100011000010100111111 | 9bd93f91853f |
EUC-JP | 巍?槽? | 110101101101101100111111110000011110010100111111 | d6db3fc1e53f |
UTF-8 | 巍셋槽阮 | 111001011011011110001101111011001000010110001011111001101010011110111101111011111010011110000110 | e5b78dec858be6a7bdefa786 |
UHC | 巍셋槽阮 | 1110100011100100101111001100001011110000110010111110101011000001 | e8e4bcc2f0cbeac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)