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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闡餓「ろ墳B | 11101000100100011000100111101100101000101000001011101011100101011010110101000010 | e89189eca282eb95ad42 |
EUC-JP | 闡餓「ろ墳B | 1110111111110001101100101110111010001110101000101010010011101101110010101010111101000010 | eff1b2ee8ea2a4edcaaf42 |
UTF-8 | 闡餓「ろ墳B | 11101001100101111010000111101001101001001001001111101111101111011010001011100011100000101000110111100101101000101011001101000010 | e997a1e9a493efbda2e3828de5a2b342 |
UHC | 闡餓?ろ墳B | 11110100110001011110010010111011001111111010101011101101110111011100010101000010 | f4c5e4bb3faaedddc542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)