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 | 鬱?貞? | 100111110101010000111111100100101110010100111111 | 9f543f92e53f |
EUC-JP | 鬱?貞? | 110111011011010100111111110001001110011100111111 | ddb53fc4e73f |
UTF-8 | 鬱렜貞렕 | 111010011010110010110001111010111010000010011100111010001011001010011110111010111010000010010101 | e9acb1eba09ce8b29eeba095 |
UHC | 鬱렜貞렕 | 1110101010100110100011101010111011101111111101101000111010101010 | eaa68eaeeff68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)