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 | ???RT | 0011111100111111001111110101001001010100 | 3f3f3f5254 |
SJIS-WIN | 短贈存RT | 1001001001011010100100011010000110010001101101100101001001010100 | 925a91a191b65254 |
EUC-JP | 短贈存RT | 1100001110111011110000101010001111000010101110000101001001010100 | c3bbc2a3c2b85254 |
UTF-8 | 短贈存RT | 1110011110011111101011011110100010110100100010001110010110101101100110000101001001010100 | e79fade8b488e5ad985254 |
UHC | 短贈存RT | 1101001110101101111100011111110011110000111011010101001001010100 | d3adf1fcf0ed5254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)