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 | ?????Rd | 00111111001111110011111100111111001111110101001001100100 | 3f3f3f3f3f5264 |
SJIS-WIN | ?瀋???Rd | 0011111111100000011000110011111100111111001111110101001001100100 | 3fe0633f3f3f5264 |
EUC-JP | ?瀋???Rd | 0011111111011111110001000011111100111111001111110101001001100100 | 3fdfc43f3f3f5264 |
UTF-8 | 쒔瀋렚렊롚Rd | 1110110010010010100101001110011110000000100010111110101110100000100110101110101110100000100010101110101110100001100110100101001001100100 | ec9294e7808beba09aeba08aeba19a5264 |
UHC | 쒔瀋렚렊롚Rd | 101111101010110111100100101000111000111010101101100011101010000110001110110111100101001001100100 | beade4a38ead8ea18ede5264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)